summaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2017-11-14 16:27:53 +0100
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2017-11-14 16:27:53 +0100
commit69fe86edf0ba371b9b0a54e522ec20d33e0ae129 (patch)
treed2787000c41a9790feb03f5d5dc40e124d10f697 /src/main.go
parent566269275ed97812ec909b10ec77c7c037d9e2ea (diff)
downloadwireguard-go-69fe86edf0ba371b9b0a54e522ec20d33e0ae129.tar.gz
wireguard-go-69fe86edf0ba371b9b0a54e522ec20d33e0ae129.zip
Initial working source caching
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.go b/src/main.go
index 05d56eb..eb3c67f 100644
--- a/src/main.go
+++ b/src/main.go
@@ -14,6 +14,7 @@ func printUsage() {
}
func main() {
+
// parse arguments
var foreground bool