Add build files for submodules

This commit is contained in:
Laramie Leavitt
2016-03-02 10:10:19 -08:00
parent 18b35c7ea9
commit d53f356dcd
4 changed files with 46 additions and 1 deletions

10
subremote.go Normal file
View File

@ -0,0 +1,10 @@
package main
import (
"fmt"
"github.com/laramiel/bazel-example-golang-remote/remote"
)
func main() {
fmt.Println("Hello", remote.World())
}