Milo Espitia

Results 1 comments of Milo Espitia

> Using some sort of `type octalMode int` and then `func (o octalMode) SomeInterfaceMethodToRenderIt` is usually enough. If `app` is using the `gopkg.in/yaml.v2` parser then [`MarshalYAML`](https://godoc.org/gopkg.in/yaml.v2#Marshaler) is the `SomeInterfaceMethodToRenderIt` you...