refact
This commit is contained in:
10
lib/flags.go
Normal file
10
lib/flags.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package lib
|
||||
|
||||
const (
|
||||
FlagKeyTaken = "key_taken"
|
||||
FlagCupboardOpen = "cupboard_open"
|
||||
FlagMugTaken = "mug_taken"
|
||||
FlagCoffeeHasBeans = "coffee_has_beans"
|
||||
FlagCoffeeHasMug = "coffee_has_mug"
|
||||
FlagPromisedCoffee = "promised_coffee"
|
||||
)
|
||||
Reference in New Issue
Block a user