We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19215a commit 1ec5b75Copy full SHA for 1ec5b75
godzilla.go
@@ -0,0 +1,11 @@
1
+package godzilla
2
+
3
+const (
4
+ Version = "1.0.0"
5
+ Name = "Gdozilla"
6
7
+ banner = `
8
9
+ GODZILLA
10
+Listening on %s`
11
+)
0 commit comments