зеркало из https://github.com/go-gitea/yaml.git
Fix typo
This commit is contained in:
Родитель
72c33f6840
Коммит
787afde64d
2
yaml.go
2
yaml.go
|
@ -42,7 +42,7 @@ type Setter interface {
|
||||||
SetYAML(tag string, value interface{}) bool
|
SetYAML(tag string, value interface{}) bool
|
||||||
}
|
}
|
||||||
|
|
||||||
// The Setter interface is implemented by types to do their own custom
|
// The Getter interface is implemented by types to do their own custom
|
||||||
// marshalling into a YAML tag and value.
|
// marshalling into a YAML tag and value.
|
||||||
type Getter interface {
|
type Getter interface {
|
||||||
GetYAML() (tag string, value interface{})
|
GetYAML() (tag string, value interface{})
|
||||||
|
|
Загрузка…
Ссылка в новой задаче