comparison file/file.go @ 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 00d30c67b56d
children
comparison
equal deleted inserted replaced
19:58fe867c9ecf 20:ef2ef22ca4b1
2 // 2 //
3 // A password file contains multiple passwords for a single user. 3 // A password file contains multiple passwords for a single user.
4 // It starts with a banner that indicates the version of the file, 4 // It starts with a banner that indicates the version of the file,
5 // then has entries in the format specified by Entry. 5 // then has entries in the format specified by Entry.
6 6
7 package file 7 package file // import "pfish.zone/go/multipass/file"
8 8
9 import ( 9 import (
10 "bufio" 10 "bufio"
11 "errors" 11 "errors"
12 "os" 12 "os"