add: Go module, proto definitions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Printf("Hello world!\n")
|
||||
}
|
||||
Reference in New Issue
Block a user