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 package config
import ( import (
"encoding/json"
"flag" "flag"
"log/slog" "github.com/BurntSushi/toml"
"os" "os"
) )