1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

Merge pull request #24 from hguandl/master

MIPS can be compiled normally after Go 1.10. Branch mips32 becomes deprecated
This commit is contained in:
Timothy 2018-07-04 11:26:40 +08:00 committed by GitHub
commit 99ccb5f265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
# System files on macOS
.DS_Store
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a

View File

@ -3,6 +3,7 @@ go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
install:
- go get -v