diff --git a/aesgcm/file_storage_nacl.go b/aesgcm/file_storage_nacl.go index 0073894..5106a9a 100644 --- a/aesgcm/file_storage_nacl.go +++ b/aesgcm/file_storage_nacl.go @@ -10,7 +10,7 @@ // +build nacl -package storage +package aesgcm import ( "os" diff --git a/aesgcm/file_storage_plan9.go b/aesgcm/file_storage_plan9.go index df4bcf7..c18855d 100644 --- a/aesgcm/file_storage_plan9.go +++ b/aesgcm/file_storage_plan9.go @@ -8,7 +8,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -package storage +package aesgcm import ( "os" diff --git a/aesgcm/file_storage_solaris.go b/aesgcm/file_storage_solaris.go index 1c2f42c..9e14c5a 100644 --- a/aesgcm/file_storage_solaris.go +++ b/aesgcm/file_storage_solaris.go @@ -10,7 +10,7 @@ // +build solaris -package storage +package aesgcm import ( "os" diff --git a/aesgcm/file_storage_windows.go b/aesgcm/file_storage_windows.go index 8cb464c..b601a66 100644 --- a/aesgcm/file_storage_windows.go +++ b/aesgcm/file_storage_windows.go @@ -8,7 +8,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -package storage +package aesgcm import ( "syscall"