We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1380f commit 800eb31Copy full SHA for 800eb31
1 file changed
main.go
@@ -20,7 +20,7 @@ import (
20
var assets embed.FS
21
22
func main() {
23
- mode := flag.String("mode", "dev", "run mode")
+ mode := flag.String("mode", "prod", "run mode")
24
flag.Parse()
25
26
var appDB *sql.DB
0 commit comments