diff options
| author | Shulhan <ms@kilabit.info> | 2024-02-08 16:57:14 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-02-08 16:57:14 +0700 |
| commit | 320d56953c91dc803121c7bcbb32b5de3cc77123 (patch) | |
| tree | 546bf48fb0bd988ef649f5d63aa2c8c547f12f7f | |
| parent | 4641925909819c6a93fb774cf1ca77805b74210d (diff) | |
| download | gorankusu-320d56953c91dc803121c7bcbb32b5de3cc77123.tar.xz | |
all: rename left over constant EnvDelopment that still have "trunks"
| -rw-r--r-- | gorankusu.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gorankusu.go b/gorankusu.go index 4d39069..806c698 100644 --- a/gorankusu.go +++ b/gorankusu.go @@ -35,7 +35,7 @@ const ( // EnvDevelopment setting this environment variable will enable gorankusu // development mode. -const EnvDevelopment = "TRUNKS_DEV" +const EnvDevelopment = "GORANKUSU_DEV" // List of HTTP parameters. const ( |
