Navigation Menu

Skip to content

Commit

Permalink
fix a comment error
Browse files Browse the repository at this point in the history
fix a comment error
  • Loading branch information
anle2022 committed Nov 10, 2016
1 parent 100b458 commit 5ebc247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.go
Expand Up @@ -507,7 +507,7 @@ func (e *InvalidUnmarshalError) Error() string {
// // Field appears in goconf section "base" as key "myName", when has extra
// // tag, then goconf can parse like "1gb", "1mb" config values.
// //
// // Note the extra tag "time" only effect the int (memory size is int).
// // Note the extra tag "memory" only effect the int (memory size is int).
// Field int `goconf:"base:myName:memory"`
//
func (c *Config) Unmarshal(v interface{}) error {
Expand Down

0 comments on commit 5ebc247

Please sign in to comment.