...

Package tag

import "github.com/BurntSushi/toml/internal/tag"
Overview
Index

Overview ▾

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.