From: Joseph Richey Date: Mon, 12 Feb 2018 04:13:01 +0000 (-0800) Subject: lint: Remove all build tags X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=924b8d09db66868af7a6cf174d5346ace13dfa8a;p=fscrypt.git lint: Remove all build tags Our current build tags set off the linter. We will later add in more comprehensive build tags that will be properly formatted. --- diff --git a/cmd/fscrypt/fscrypt.go b/cmd/fscrypt/fscrypt.go index d6162f6..f35d6f6 100644 --- a/cmd/fscrypt/fscrypt.go +++ b/cmd/fscrypt/fscrypt.go @@ -22,8 +22,6 @@ fscrypt is a command line tool for managing linux filesystem encryption. */ -// +build linux,cgo - package main import ( diff --git a/pam_fscrypt/pam_fscrypt.go b/pam_fscrypt/pam_fscrypt.go index 571a42b..e611bc6 100644 --- a/pam_fscrypt/pam_fscrypt.go +++ b/pam_fscrypt/pam_fscrypt.go @@ -17,8 +17,6 @@ * the License. */ -// +build linux,cgo - package main /*