Files
I2pfirefox/import/chromium.go

13 lines
198 B
Go
Raw Normal View History

package i2pbrowser
2020-08-02 18:21:36 -04:00
2020-08-21 15:14:02 -04:00
/*
Released under the The MIT License (MIT)
see ./LICENSE
*/
2020-08-02 18:21:36 -04:00
import "github.com/eyedeekay/I2P-Configuration-for-Chromium/lib"
func chromiumMain() {
i2pchrome.ChromiumMain()
}