first working build

This commit is contained in:
César Gallego Rodríguez
2019-09-04 10:59:30 +02:00
parent 7961ed1089
commit bc0ca07dc2
6 changed files with 48 additions and 1 deletions
+4 -1
View File
@@ -2,8 +2,11 @@ package main
import (
"fmt"
b "github.com/BBVA/kapow/pkg/banner"
)
func main() {
fmt.Println("Kapow!")
ban := b.Banner()
fmt.Println(ban)
}