Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Banning committed Apr 17, 2017
1 parent 6463c1e commit 76a2e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
// Only public structure fields are decoded in the Map value. See github.com/fatih/structs#Map
// for handling of "structs" tags.

// DEPRECATED - import github.com/fatih/struct and cast result of struct.Map to mxj.Map.
// DEPRECATED - import github.com/fatih/structs and cast result of structs.Map to mxj.Map.
// (Alernatively uncomment the old source and import in struct.go.)
func NewMapStruct(structVal interface{}) (Map, error) {
return nil, errors.New("deprecated - see package documentation")
Expand Down

0 comments on commit 76a2e48

Please sign in to comment.