WIP
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"log"
|
||||
"vppn/peer"
|
||||
)
|
||||
import "log"
|
||||
|
||||
func main() {
|
||||
log.SetFlags(0)
|
||||
peer.Main2()
|
||||
// TODO: construct peer.App and call Run (audit C1).
|
||||
log.Fatal("not yet implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user