Use TOML for config

This commit is contained in:
Maximilian 2023-09-04 15:21:26 -05:00
parent 72e9ee3e43
commit 60006b6e4e

View File

@ -1,9 +1,8 @@
package config
import (
"encoding/json"
"flag"
"log/slog"
"github.com/BurntSushi/toml"
"os"
)