diff options
| author | Samuel Wilhelmsson <samuel.wilhelmsson@gmail.com> | 2025-01-18 13:03:50 +0100 |
|---|---|---|
| committer | Samuel Wilhelmsson <samuel.wilhelmsson@gmail.com> | 2025-01-18 13:03:50 +0100 |
| commit | f58ff348add9a93d451b727699d4e421b6808404 (patch) | |
| tree | 0c9c89b5e669ff3d647c66dad6f0001d7f706887 | |
| parent | 8d30c946d0bd4cca84dd033b726b10d567b8330b (diff) | |
| download | tinygram-main.tar.gz tinygram-main.zip | |
| -rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -49,7 +49,6 @@ func main() { log.Errorf("could not decrypt a secret", err) os.Exit(1) } - fmt.Println(secret) _, err = toml.Decode(secret, &config) if err != nil { |
