9 lines
53 B
Go
9 lines
53 B
Go
|
package wp
|
||
|
|
||
|
const (
|
||
|
None = iota
|
||
|
Low
|
||
|
High
|
||
|
Fatal
|
||
|
)
|