chris-piekarski / go-misc

Miscellaneous Go code

Home Page:http://cpiekarski.com/2011/07/28/expanding-the-toolbox-learning-go/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No rights reserved.

Author: @c_piekarski
Date: 7/1/2013
Purpose: Rewrite for v1.1

To build and run fibo:
go install github.com/fibo
go install github.com/mains/calcfibo

To build and run myHttp:
go install github.com/myHttp
go install github.com/mains/myServer

To build and run Pell:
go install github.com/pell
go install github.com/mains/calcpell

To test the packages use:
go test github.com/fibo
go test github.com/pell
go test github.com/tree

To run the benchmark tests use:
go test github.com/fibo -bench=.

About

Miscellaneous Go code

http://cpiekarski.com/2011/07/28/expanding-the-toolbox-learning-go/


Languages

Language:Go 100.0%