Skip to content

Commit d53cf33

Browse files
committed
Add explanation to _examples/default/main.go
1 parent f6ccef5 commit d53cf33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_examples/default/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88

99
var str = "str"
1010

11+
// This example shows how Mapify works out-of-the box (with default configuration).
1112
func main() {
1213
s := Struct{
1314
StringField: str,

0 commit comments

Comments
 (0)