use a real cool banner

This commit is contained in:
César Gallego Rodríguez
2019-09-04 12:16:14 +02:00
parent bc0ca07dc2
commit d56850e69e
2 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ import (
)
func main() {
ban := b.Banner()
ban := b.Banner("0.1.0")
fmt.Println(ban)
}