Catch one more use of WH40K
This commit is contained in:
@@ -6,13 +6,13 @@ import (
|
|||||||
"github.com/BurntSushi/toml"
|
"github.com/BurntSushi/toml"
|
||||||
)
|
)
|
||||||
|
|
||||||
type WH40K struct {
|
type Ordoor struct {
|
||||||
DataDir string `toml:"data_dir"`
|
DataDir string `toml:"data_dir"`
|
||||||
VideoPlayer []string `toml:"video_player"`
|
VideoPlayer []string `toml:"video_player"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
WH40K `toml:"ordoor"`
|
Ordoor `toml:"ordoor"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func Load(filename string) (*Config, error) {
|
func Load(filename string) (*Config, error) {
|
||||||
|
Reference in New Issue
Block a user