fix the go build tag

pull/290/head
John Shahid 2014-02-26 16:49:12 -05:00
parent 10dbcdc880
commit f951814c77
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
// build this file if the profile tag is specified and we're running
// on linux
// +build linux
// +build profile
// +build linux,profile
package main