add templater

This commit is contained in:
idk
2022-01-22 00:42:10 -05:00
parent 239aef0bba
commit 1071b0e774
3 changed files with 21 additions and 8 deletions

View File

@ -33,7 +33,7 @@ func main() {
if err != nil {
log.Fatal("Couldn't create client", err)
}
if err := client.TBS.RunI2PBWithLang(); err != nil {
if err := client.Serve(); err != nil {
log.Fatal(err)
}
}