Files
I2pbrowser/firefox.go
2020-08-21 17:27:33 -04:00

13 lines
171 B
Go

package main
/*
Released under the The MIT License (MIT)
see ./LICENSE
*/
import "github.com/eyedeekay/i2pbrowser/lib"
func firefoxMain() {
i2pfirefox.FirefoxMain()
}