Skip to content

Commit 1ec5b75

Browse files
committed
godzilla: const
1 parent d19215a commit 1ec5b75

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

godzilla.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)