diff options
| author | adnano <[email protected]> | 2020-09-27 22:19:24 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-09-27 22:19:24 -0400 |
| commit | b7340aef27c16e886ee9e33c8e57a34efebc5cc4 (patch) | |
| tree | 94f1204a33e7471607b6de514a42fec6a2a737d6 | |
| parent | Directly initialize DefaultClient (diff) | |
| download | go-gemini-b7340aef27c16e886ee9e33c8e57a34efebc5cc4.tar.xz go-gemini-b7340aef27c16e886ee9e33c8e57a34efebc5cc4.zip | |
Remove tilde from comment
| -rw-r--r-- | tofu.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ type KnownHosts struct { } // Load loads the known hosts from the default known hosts path, which is -// `$XDG_DATA_HOME/gemini/known_hosts`. +// $XDG_DATA_HOME/gemini/known_hosts. // It creates the path and any of its parent directories if they do not exist. // KnownHosts will append to the file whenever a certificate is added. func (k *KnownHosts) Load() error { |