https://github.com/ericmeyer/sdegutis-go-homework
stuff for a session/talk on Go (language)
https://github.com/ericmeyer/sdegutis-go-homework
Last synced: over 1 year ago
JSON representation
stuff for a session/talk on Go (language)
- Host: GitHub
- URL: https://github.com/ericmeyer/sdegutis-go-homework
- Owner: ericmeyer
- Created: 2011-08-19T19:48:57.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-26T13:25:10.000Z (almost 15 years ago)
- Last Synced: 2025-02-06T06:44:54.442Z (over 1 year ago)
- Language: Go
- Size: 87.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installing Go
On Mac, run `brew install go --use-git`. Other package managers should work similarly.
If your package manager doesn't have Go, it can be installed via [these directions](http://golang.org/doc/install.html).
If using MacPorts run `port install go` and add `export GOROOT=/opt/local` to your environment file
## Installing GoBDD (required)
Clone it from [this github repo](https://github.com/sdegutis/gobdd) and inside the directory, run `make test install`
If using MacPorts, run `sudo GOROOT=/opt/local/ make test install`
## Running tests
At the root level, type `gotest` to run all the test.