Skip to content

Commit

Permalink
create go file in root dir
Browse files Browse the repository at this point in the history
quick fix for go get error message:
package github.com/QED-it/asset_transfers_dev_guide: no Go files in /go/src/github.com/QED-it/asset_transfers_dev_guide
  • Loading branch information
tronch0 authored May 26, 2019
1 parent 65f8fd4 commit f558d57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helloworld.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("hello world")
}

0 comments on commit f558d57

Please sign in to comment.