hervit0 / jab

:zap: - Learning Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jab

Go code is from here.

The repo needs to be in this location on a local machine: $GOPATH/src/github.com/hervit0.

Run stuff

Like: go run tutorials/hello.go

Codewars stuff

Here

  • go test -count=1 -v ./...
  • go get -u -v github.com/golang/dep/cmd/dep
  • dep ensure -add github.com/onsi/ginkgo
  • dep ensure -v
  • go get -v -u github.com/onsi/ginkgo

About

:zap: - Learning Go


Languages

Language:Go 95.5%Language:Dockerfile 3.2%Language:Makefile 1.2%Language:Shell 0.2%