]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commitdiff
lint: Remove all build tags
authorJoseph Richey <joerichey94@gmail.com>
Mon, 12 Feb 2018 04:13:01 +0000 (20:13 -0800)
committerJoseph Richey <joerichey94@gmail.com>
Mon, 12 Feb 2018 04:13:01 +0000 (20:13 -0800)
Our current build tags set off the linter. We will later add in more
comprehensive build tags that will be properly formatted.

cmd/fscrypt/fscrypt.go
pam_fscrypt/pam_fscrypt.go

index d6162f65ccbbceb25f2533a6091f61fc9bcae2e0..f35d6f65bdb2e887bc2884a5508b2630e69e7b52 100644 (file)
@@ -22,8 +22,6 @@
 fscrypt is a command line tool for managing linux filesystem encryption.
 */
 
-// +build linux,cgo
-
 package main
 
 import (
index 571a42b27a7a19b90d69181dc3362ebe874373f7..e611bc6f9325d44a7cf0d4287e84de7659a38168 100644 (file)
@@ -17,8 +17,6 @@
  * the License.
  */
 
-// +build linux,cgo
-
 package main
 
 /*