Skip to content

Commit 6616ff4

Browse files
committed
godzilla: fix warnings
1 parent a068dd9 commit 6616ff4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

godzilla.go

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,7 @@ const (
1717
name = "Godzilla Framework"
1818

1919
banner = `
20-
21-
___ .__.__ .__
22-
____ ____ __| _/______|__| | | | _____
23-
/ ___\ / _ \ / __ |\___ / | | | | \__ \
24-
/ /_/ > <_> ) /_/ | / /| | |_| |__/ __ \_
25-
\___ / \____/\____ |/_____ \__|____/____(____ /
26-
/_____/ \/ \/ \/
27-
28-
Server Running on %s`
20+
Server Running on %s`
2921
)
3022

3123
const (

0 commit comments

Comments
 (0)