mirror of
https://github.com/strongdm/comply
synced 2024-11-05 15:35:25 +00:00
6 lines
79 B
Go
6 lines
79 B
Go
|
package goptions
|
||
|
|
||
|
type Marshaler interface {
|
||
|
MarshalGoption(s string) error
|
||
|
}
|