Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed Jun 17, 2018
0 parents commit 8822934
Show file tree
Hide file tree
Showing 4 changed files with 750 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PKGS = $(shell go list ./... | grep -v /vendor/ | grep -v /bindata)

lint:
@golint $(PKGS)

test:
@go test $(PKGS)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Documentation: [https://godoc.org/github.com/alaingilbert/ogame](https://godoc.org/github.com/alaingilbert/ogame)
Loading

0 comments on commit 8822934

Please sign in to comment.