Skip to content

koli/go-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-getting-started

A barebones Go app, which can easily be deployed to Koli.

Running Locally

Make sure you have Go.

$ go get -u github.com/koli/go-getting-started
$ cd $GOPATH/src/github.com/koli/go-getting-started
$ go build
$ ./go-getting-started

Your app should now be running on localhost:5000.

You should also install Godep if you are going to add any dependencies to the sample app.

About

Getting Started with Go on Koli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published