Skip to content

Commit 727dd4a

Browse files
committed
Cleanup ForceJSON docs
1 parent 586efe6 commit 727dd4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

map.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ func (m Map) MarshalJSON() ([]byte, error) {
3636

3737
// ForceJSON ensures the value is logged via json.Marshal even
3838
// if it implements fmt.Stringer or error.
39-
//
40-
// See the ForceJSON example.
4139
func ForceJSON(v interface{}) interface{} {
4240
return jsonVal{v: v}
4341
}

0 commit comments

Comments
 (0)