Skip to content

bernhardkern/helloworld_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helloworld_go

Building

In any case:

go get -v github.com/bernhardkern/helloworld_go
go build github.com/bernhardkern/helloworld_go

then change dir to $GOPATH/src/github.com/bernhardkern/helloworld_go

Windows

Use git bash (and avoid firewall permissions)

go build && ./helloworld_go.exe -user <mysql user> <mysql password> <mysql schema>

Unix

go run main.go -user <mysql user> <mysql password> <mysql schema>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages