From 924b8d09db66868af7a6cf174d5346ace13dfa8a Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Sun, 11 Feb 2018 20:13:01 -0800 Subject: 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. --- cmd/fscrypt/fscrypt.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmd/fscrypt/fscrypt.go') 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 ( -- cgit v1.2.3