--- a/fileutil.go
+++ b/fileutil.go
@@ -3,7 +3,7 @@
 // license that can be found in the LICENSE file.
 
 // Package fileutil collects some file utility functions.
-package fileutil // import "modernc.org/fileutil"
+package fileutil
 
 import (
 	"fmt"
--- a/falloc/falloc.go
+++ b/falloc/falloc.go
@@ -12,7 +12,7 @@
 
 */
 
-package falloc // import "modernc.org/fileutil/falloc"
+package falloc
 
 import (
 	"bytes"
--- a/hdb/hdb.go
+++ b/hdb/hdb.go
@@ -26,7 +26,7 @@
 
 	Delete	    free() the "memory" "pointed to" by handle.
 */
-package hdb // import "modernc.org/fileutil/hdb"
+package hdb
 
 import (
 	"modernc.org/fileutil/falloc"
--- a/storage/storage.go
+++ b/storage/storage.go
@@ -5,7 +5,7 @@
 // blame: jnml, labs.nic.cz
 
 // WIP: Package storage defines and implements storage providers and store accessors.
-package storage // import "modernc.org/fileutil/storage"
+package storage
 
 import (
 	"os"
