aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt/fscrypt.go
diff options
context:
space:
mode:
authorJoseph Richey <joerichey94@gmail.com>2018-02-11 20:13:01 -0800
committerJoseph Richey <joerichey94@gmail.com>2018-02-11 20:13:01 -0800
commit924b8d09db66868af7a6cf174d5346ace13dfa8a (patch)
tree7d15698b95e1bba52b9dddbd8ff503036f24cca0 /cmd/fscrypt/fscrypt.go
parentaebae1aae2fc61185a8bbc96313d8462727ad202 (diff)
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.
Diffstat (limited to 'cmd/fscrypt/fscrypt.go')
-rw-r--r--cmd/fscrypt/fscrypt.go2
1 files changed, 0 insertions, 2 deletions
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 (