1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-18 13:31:36 +02:00

Run go fmt

This commit is contained in:
adnano 2023-06-29 01:50:57 -04:00
parent 4a694c0eb7
commit 3b101e802d
2 changed files with 15 additions and 16 deletions

View File

@ -116,7 +116,6 @@ func (k *KnownHosts) Load(path string) error {
// if err != nil {
// // handle error
// }
//
func (k *KnownHosts) Parse(r io.Reader) error {
k.mu.Lock()
defer k.mu.Unlock()