Files
I2pfirefox/main.go

17 lines
214 B
Go

//go:generate go run -tags generate gen.go extensions.go
/*
Released under the The MIT License (MIT)
see ./LICENSE
*/
package main
import (
. "github.com/eyedeekay/i2pbrowser/import"
)
func main() {
Main()
}