improve TODO

Change-Id: I6efb0855ab1ee89094f6f828745552fb07fcb3c2
This commit is contained in:
Brad Fitzpatrick 2012-04-13 15:01:48 -07:00
parent d3949afc89
commit 1f8dc0e90e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ type ConfigParser struct {
includeStack stringVector
// Open optionally specifies an opener function.
// TODO(bradfitz): define file.
// TODO(bradfitz): export/document the file type.
Open func(filename string) (file, error)
}