8000 GitHub - bulkan/go-koans: koans for go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bulkan/go-koans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING

This repo contains the solution to the go-koans !

Go Koans

Teaches basic Go concepts and syntax by example.

Usage

  1. Install Go with your favorite package manager or from the official downloads link.
  2. Clone this repo.
  3. Run go test.
  4. Make the failing tests pass, by replacing these types of __variables__ with real values.

Cooler usage

If you want to have go test be run in your terminal any time you save a file and are using a Mac, take a look at fswatch.

Helpful References

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

For Vim users

Add this to your ~/.vimrc file:

set rtp+=/usr/local/opt/go/misc/vim
filetype plugin indent on
syntax on

For Emacs users

(add-to-list 'load-path "/usr/local/opt/go/misc/emacs" t)
(require 'go-mode-load)

About

koans for go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0