summaryrefslogtreecommitdiff
path: root/stdoutFakefile.go
diff options
context:
space:
mode:
Diffstat (limited to 'stdoutFakefile.go')
-rw-r--r--stdoutFakefile.go6
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