SRombauts / go-basics

Testing features of the Go language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-basics

go-basics build status

Testing various aspects of the Go language.

Copyright (c) 2013 SĂ©bastien Rombauts (sebastien.rombauts@gmail.com)

### Building, Running and Testing

Use the Linux Bash scripts:

./build.sh
./main
./test.sh

or the go commands:

go build -v github.com/srombauts/main/
./main
go test -v github.com/srombauts/multi

Continuous Integration

This project is continuously tested under Ubuntu Linux 64 bits with the go 1.0 and 1.1 compilers using the Travis CI community service with the following command line: go build -v ./... && go test -v ./...

Detailed results can be seen online: https://travis-ci.org/SRombauts/go-basics

About

Testing features of the Go language


Languages

Language:Go 76.9%Language:Shell 23.1%