micro/runtime/process/options.go
2019-05-31 00:26:34 +01:00

6 lines
69 B
Go

package process
type Options struct{}
type Option func(o *Options)