Skip to content

anxiousmodernman/stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steal This

Use the go tool to get this repo

go get github.com/anxiousmodernman/stats

Go to the directory, get all the dependencies with go get and open the project in Atom.

cd $GOPATH/src/github.com/anxiousmodernman/stats
go get ./...
atom .

My style for buildable binaries is to keep them under the /cmd folder. Right now there's only one. So do this to build it.

cd cmd/stats
go build

A binary will appear called stats, because it takes the name of the directory that contains it. Run it like this:

./stats

It will fail, of course. You will have to edit the code to make it work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages