Skip to content

Commit 43d7540

Browse files
Merge pull request #43 from PDOK/jd/crs-marshaller
Marshaller on CRS instead of *CRS
2 parents f51e5e9 + d8c6293 commit 43d7540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/wms130/crs_yaml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ func (c *CRS) UnmarshalYAML(unmarshal func(interface{}) error) error {
1515
return nil
1616
}
1717

18-
func (c *CRS) MarshalYAML() (interface{}, error) {
18+
func (c CRS) MarshalYAML() (interface{}, error) {
1919
return c.String(), nil
2020
}

0 commit comments

Comments
 (0)