diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..a8287b3 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.keegandeppe.com/kdeppe/wg-go + +go 1.22.1 diff --git a/main.go b/main.go new file mode 100644 index 0000000..50e8d8d --- /dev/null +++ b/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("vim-go") +} diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..50478f8 --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +# wg-go + +Provides a minimal interface for creating/destroying/monitoring [wg](https://www.wireguard.com/) clients and server instances + +## Getting Started + +### Requirements + +- A fairly recent [go](https://go.dev/dl/) version + +### Installation + +go build wg-go +