4 lines
103 B
Go
4 lines
103 B
Go
package osl
|
|
|
|
// NeighOption is a function option type to set interface options
|
|
type NeighOption func()
|