diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-02 10:38:33 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-02 10:38:33 +0200 |
commit | 275f78b9d3ccfe2c9d1ebb69fcbde33a22efb3b6 (patch) | |
tree | d3787fd6920b965ec06950b0f1d2cb1daa351c0b | |
parent | Its not working for some reason (diff) | |
download | go2work-275f78b9d3ccfe2c9d1ebb69fcbde33a22efb3b6.tar.gz go2work-275f78b9d3ccfe2c9d1ebb69fcbde33a22efb3b6.tar.bz2 go2work-275f78b9d3ccfe2c9d1ebb69fcbde33a22efb3b6.tar.xz go2work-275f78b9d3ccfe2c9d1ebb69fcbde33a22efb3b6.tar.zst go2work-275f78b9d3ccfe2c9d1ebb69fcbde33a22efb3b6.zip |
Its still not working
-rw-r--r-- | src/p_options.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p_options.go b/src/p_options.go index 99728d7..2507bc9 100644 --- a/src/p_options.go +++ b/src/p_options.go @@ -97,7 +97,6 @@ func find_options_file() string { func parse_toml_file(options_file string, def_options Options) Options { options := def_options - fmt.Println(options_file) _, err := toml.DecodeFile(options_file, &options) if err != nil { log.Fatal(err) |