1
0
mirror of https://github.com/strongdm/comply synced 2024-10-06 08:56:37 +00:00
comply/vendor/github.com/voxelbrain/goptions/marshaler.go

6 lines
79 B
Go
Raw Normal View History

2019-07-14 16:51:10 +00:00
package goptions
type Marshaler interface {
MarshalGoption(s string) error
}