diff options
| author | Jeff Carr <[email protected]> | 2025-02-20 14:36:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-20 14:36:58 -0600 |
| commit | 5c1489878f548d0cb330808d3d2d4288b7f53564 (patch) | |
| tree | 50e71905c5a1b404e6c81161d8762682848dfe47 /stdoutFakefile.go | |
| parent | 39aefa4e49ca7b7693c1e30522b10a72ffade99c (diff) | |
Diffstat (limited to 'stdoutFakefile.go')
| -rw-r--r-- | stdoutFakefile.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stdoutFakefile.go b/stdoutFakefile.go index 21e3d49..3c0c0e2 100644 --- a/stdoutFakefile.go +++ b/stdoutFakefile.go @@ -9,8 +9,14 @@ import ( "io" "github.com/awesome-gocui/gocui" + "go.wit.com/log" ) +func main() { + log.Info("This is here to develop go-deb support for multiple binaries") + log.Info("in a single go/git repo.") +} + type FakeFile struct { reader *bytes.Reader buffer *bytes.Buffer |
