changeset 20:ef2ef22ca4b1 default tip

Add pfish.zone/go/multipass/file import directive to 'file' package.
author Paul Fisher <paul@pfish.zone>
date Sun, 01 Nov 2015 13:00:54 -0500
parents 58fe867c9ecf
children
files file/file.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/file/file.go	Sun Nov 01 12:42:02 2015 -0500
+++ b/file/file.go	Sun Nov 01 13:00:54 2015 -0500
@@ -4,7 +4,7 @@
 // It starts with a banner that indicates the version of the file,
 // then has entries in the format specified by Entry.
 
-package file
+package file // import "pfish.zone/go/multipass/file"
 
 import (
 	"bufio"