Merge pull request #79 from LK4D4/fix_tags

Fix build tags
This commit is contained in:
Mrunal Patel 2015-07-01 13:57:50 -07:00
commit 00f6b56903
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// +build linux,386
package system
import (

View File

@ -1,4 +1,5 @@
// +build linux,arm
package system
import (