13 lines
171 B
Go
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()
|
|
}
|