Merge pull request #68 from prometheus/add-nocgo-flag

Add 'nocgo' tag to remove cgo dependency on build
This commit is contained in:
Tobias Schmidt 2015-02-10 03:43:17 -05:00
commit c70db11f1e
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build linux plan9 solaris
// +build linux,cgo plan9,cgo solaris,cgo
package prometheus

View File

@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !linux,!plan9,!solaris
// +build !linux,!plan9,!solaris !cgo
package prometheus