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:
commit
99ccb5f265
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
# System files on macOS
|
||||
.DS_Store
|
||||
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
|
@ -3,6 +3,7 @@ go:
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
|
||||
install:
|
||||
- go get -v
|
||||
|
Loading…
x
Reference in New Issue
Block a user