diff options
| author | Joseph Richey <joerichey94@gmail.com> | 2018-02-11 20:13:01 -0800 |
|---|---|---|
| committer | Joseph Richey <joerichey94@gmail.com> | 2018-02-11 20:13:01 -0800 |
| commit | 924b8d09db66868af7a6cf174d5346ace13dfa8a (patch) | |
| tree | 7d15698b95e1bba52b9dddbd8ff503036f24cca0 /pam_fscrypt | |
| parent | aebae1aae2fc61185a8bbc96313d8462727ad202 (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 'pam_fscrypt')
| -rw-r--r-- | pam_fscrypt/pam_fscrypt.go | 2 |
1 files changed, 0 insertions, 2 deletions
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 /* |