13 lines
198 B
Go
13 lines
198 B
Go
package i2pbrowser
|
|
|
|
/*
|
|
Released under the The MIT License (MIT)
|
|
see ./LICENSE
|
|
*/
|
|
|
|
import "github.com/eyedeekay/I2P-Configuration-for-Chromium/lib"
|
|
|
|
func chromiumMain() {
|
|
i2pchrome.ChromiumMain()
|
|
}
|