We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefe943 commit 1689bcfCopy full SHA for 1689bcf
pkg/wms130/crs_yaml.go
@@ -14,3 +14,7 @@ func (c *CRS) UnmarshalYAML(unmarshal func(interface{}) error) error {
14
15
return nil
16
}
17
+
18
+func (c *CRS) MarshalYAML() (interface{}, error) {
19
+ return c.String(), nil
20
+}
0 commit comments