This website works better with JavaScript
Home
Explore
Help
Register
Sign In
scw
/
go-iptables
mirror of
https://github.com/coreos/go-iptables
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Merge pull request #119 from squeed/bring-build-back
Add "build" script back
Casey Callendrello
1 year ago
parent
3a9906cd2b
046b2e0a95
commit
4a0e8cc176
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
build
+ 3
- 0
build
View File
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+go build ./...