Make examples more consistent.
Move submodule examples into submodule/*
This commit is contained in:
10
submodule/bare.go
Normal file
10
submodule/bare.go
Normal file
@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/laramiel/bazel-example-golang-bare/bare"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello", bare.World())
|
||||
}
|
Reference in New Issue
Block a user