This commit is contained in:
Christian Nieves
2023-07-03 17:30:53 -05:00
parent 328aa0b8f5
commit 6f40b3a405
20 changed files with 36 additions and 207 deletions

View File

@ -2,12 +2,8 @@ package main
import (
"fmt"
"github.com/laramiel/bazel-example-golang/local/local"
)
func main() {
fmt.Println("Hello World")
fmt.Println("Hello", local.World())
}