Use snake case in the configuration file
This commit is contained in:
parent
e8abc45377
commit
1e4a5f988e
@ -1 +1 @@
|
|||||||
AccessToken = "token"
|
access_token = "token"
|
@ -9,7 +9,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
AccessToken string
|
AccessToken string `toml:"access_token"`
|
||||||
Colors map[string][]float32 `toml:"colors"`
|
Colors map[string][]float32 `toml:"colors"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user