Files
I2pbrowser/main.go

17 lines
214 B
Go
Raw Normal View History

2020-07-02 19:58:19 -04:00
//go:generate go run -tags generate gen.go extensions.go
2020-04-02 17:52:46 -04:00
2020-08-21 15:14:02 -04:00
/*
Released under the The MIT License (MIT)
see ./LICENSE
*/
2020-04-02 17:52:46 -04:00
package main
import (
. "github.com/eyedeekay/i2pbrowser/import"
2020-04-02 17:52:46 -04:00
)
func main() {
Main()
}