mv main.go to surfi2p/main.go

This commit is contained in:
idk
2020-11-07 03:29:15 -05:00
parent e29718604c
commit 2e9f74b88b
3 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -13,3 +13,6 @@
# Dependency directories (remove the comment below to include it)
# vendor/
surfi2p/surfi2p
i2pwebview

0
Makefile Normal file
View File

View File

@ -53,7 +53,7 @@ func webView(u string) {
log.Println(ex, args, err)
w := webview.New(*debug)
defer w.Destroy()
w.SetTitle("I2P WebView")
w.SetTitle("I2P Surf")
w.SetSize(*width, *height, webview.HintNone)
w.Navigate(u)
w.Run()