4 lines
107 B
Go
4 lines
107 B
Go
package sandbox
|
|
|
|
// IfaceOption is a function option type to set interface options
|
|
type IfaceOption func()
|