mirror of
https://github.com/go-i2p/go-jump-addr.git
synced 2025-07-13 11:54:45 -04:00
check in makefile, main
This commit is contained in:
13
jumpd/main.go
Normal file
13
jumpd/main.go
Normal file
@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import jumpserver "github.com/go-i2p/go-jump-addr"
|
||||
|
||||
func main() {
|
||||
if js, err := jumpserver.NewServer(); err != nil {
|
||||
panic(err)
|
||||
} else {
|
||||
if err := js.Serve(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user