We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bfc94 commit 2ce9a06Copy full SHA for 2ce9a06
config/config.go
@@ -16,6 +16,7 @@
16
package config
17
18
import (
19
+ // we need this for the config ini in this package
20
_ "embed"
21
"os"
22
0 commit comments