package tag
import "git.sr.ht/~pingoo/stdx/toml/internal/tag"
Index ¶
- func Add(key string, tomlData interface{}) interface{}
- func Remove(typedJson interface{}) (interface{}, error)
Functions ¶
func Add ¶
func Add(key string, tomlData interface{}) interface{}
Add JSON tags to a data structure as expected by toml-test.
func Remove ¶
func Remove(typedJson interface{}) (interface{}, error)
Remove JSON tags to a data structure as returned by toml-test.
Source Files ¶
add.go rm.go
- Version
- v0.0.0-20240218134121-094174641f6e (latest)
- Published
- Feb 18, 2024
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 4 months ago –
Tools for package owners.