var gopkg.in/yaml.v2.default_tag_directives
5 uses
gopkg.in/yaml.v2 (current package)
emitterc.go#L332: for i := 0; i < len(default_tag_directives); i++ {
emitterc.go#L333: tag_directive := &default_tag_directives[i]
parserc.go#L1007: var default_tag_directives = []yaml_tag_directive_t{
parserc.go#L1059: for i := range default_tag_directives {
parserc.go#L1060: if !yaml_parser_append_tag_directive(parser, default_tag_directives[i], true, token.start_mark) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |