1
0
mirror of https://github.com/nxshock/gron.git synced 2024-11-27 03:41:00 +05:00
gron/consts.go
2022-03-28 18:24:23 +05:00

6 lines
61 B
Go

package main
const (
defaultConfigFilePath = "gron.conf"
)