Skip to content

sebastianlujan/go-koans-solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Koans

Install Golang

Install

Cloning the repo

mkdir -p $GOPATH/src/github.com/sujithps/

git clone [email protected]:sujithps/go-koans.git

Native Usage

  1. Run go test.
  2. Make the failing tests pass, by replacing these types of __variables__ with real values.

Docker Usage

$ ./docker.sh

Helpful References

Bookmark the spec and the packages listing. You can also run the Go website locally with godoc -http=:8080.

Go support in Vim

If you have an interest in a more fancy vim setup, I urge you to consider the post on the Go Development Environment for Vim on the Gopher Academy Blog.

Go-Koans support in Emacs

Jacek Wysocki has provided some nice Go Koans helper scripts for Emacs users at exu/go-koans.el

About

koans solutions for go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.3%
  • Shell 0.7%