Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonz committed Jan 3, 2017
1 parent fa4a7f5 commit c5633cc
Show file tree
Hide file tree
Showing 5 changed files with 4,229 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Folders
_obj
_test
_out

# Architecture specific extensions/prefixes
*.[568vq]
Expand All @@ -22,3 +23,4 @@ _testmain.go
*.exe
*.test
*.prof
*.txt
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: go

go:
- 1.7
- tip
Loading

0 comments on commit c5633cc

Please sign in to comment.