mv main.go to surfi2p/main.go
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -13,3 +13,6 @@
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
surfi2p/surfi2p
|
||||
i2pwebview
|
||||
|
||||
|
@ -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()
|
Reference in New Issue
Block a user