mirror of
https://github.com/nxshock/gron.git
synced 2024-11-27 03:41:00 +05:00
6 lines
61 B
Go
6 lines
61 B
Go
package main
|
|
|
|
const (
|
|
defaultConfigFilePath = "gron.conf"
|
|
)
|