platform: modularize api/gui, add docs-tests-web foundation, and refresh root config
This commit is contained in:
11
selective-vpn-api/cmd/selective-vpn-autoloop/main.go
Normal file
11
selective-vpn-api/cmd/selective-vpn-autoloop/main.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
app "selective-vpn-api/app"
|
||||
)
|
||||
|
||||
func main() {
|
||||
os.Exit(app.RunAutoloopCLI(os.Args[1:]))
|
||||
}
|
||||
Reference in New Issue
Block a user