gouick/helpers/constant.go

5 lines
158 B
Go
Raw Normal View History

// Package helpers contains all basic function that might make development easier / avoid code duplication
package helpers
2022-07-25 20:43:53 +00:00
const configFile = ".gouick.yaml"