Move tofu.go to a subpackage
This commit is contained in:
parent
1f2888c54a
commit
d78052ce08
@ -17,11 +17,12 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.sr.ht/~adnano/go-gemini"
|
"git.sr.ht/~adnano/go-gemini"
|
||||||
|
"git.sr.ht/~adnano/go-gemini/tofu"
|
||||||
"git.sr.ht/~adnano/go-xdg"
|
"git.sr.ht/~adnano/go-xdg"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
hosts gemini.KnownHostsFile
|
hosts tofu.KnownHostsFile
|
||||||
scanner *bufio.Scanner
|
scanner *bufio.Scanner
|
||||||
)
|
)
|
||||||
|
|
||||||