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