diff options
Diffstat (limited to 'tests/projects/go/console_with_pkgs/src/main.go')
| -rw-r--r-- | tests/projects/go/console_with_pkgs/src/main.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/projects/go/console_with_pkgs/src/main.go b/tests/projects/go/console_with_pkgs/src/main.go deleted file mode 100644 index 194d6ac86..000000000 --- a/tests/projects/go/console_with_pkgs/src/main.go +++ /dev/null @@ -1,9 +0,0 @@ -package main - -import ( - log "github.com/sirupsen/logrus" -) - -func main() { - log.WithFields(log.Fields{"animal": "walrus"}).Info("A walrus appears") -} |
