Skip to content
Snippets Groups Projects

Add hello-world Go executable and gitaly-proto 0.5.0

Merged Jacob Vosmaer (GitLab) requested to merge go-hello-world into master
All threads resolved!
161 files
+ 68957
1
Compare changes
  • Side-by-side
  • Inline
Files
161
package main
package main
import "fmt"
import (
 
"fmt"
 
 
// Example import, just to see if govendor is working for us
 
_ "gitlab.com/gitlab-org/gitaly-proto/go"
 
)
func main() {
func main() {
fmt.Println("Hello, world!")
fmt.Println("Hello, world!")
Loading