Skip to content

Commit

Permalink
Merge pull request #24 from hguandl/master
Browse files Browse the repository at this point in the history
MIPS can be compiled normally after Go 1.10. Branch mips32 becomes deprecated
  • Loading branch information
TimothyYe authored Jul 4, 2018
2 parents b919752 + bef31d4 commit 99ccb5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# System files on macOS
.DS_Store

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x

install:
- go get -v
Expand Down

0 comments on commit 99ccb5f

Please sign in to comment.