go mod init github.com/bihell/dice2/twitter
package main import "fmt" func main() { fmt.Println("Hello world") } go run cmd/graphqlserver/main.go
go build cmd/graphqlserver/main.go ./main