Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 262 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 262 Bytes

moredefaults

This is a simple fork of https://github.com/creasty/defaults that supports tags other than default.

Usage:

moredefaults.Set(&obj)            // uses the "default" tag
moredefaults.Set(&obj, "example") // uses the "example" tag