converting to go

This commit is contained in:
spinach 2025-10-28 15:57:41 -04:00
parent 4550c28474
commit 1e098f1a7d
3 changed files with 24 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.keegandeppe.com/kdeppe/wg-go
go 1.22.1

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}

14
readme.md Normal file
View File

@ -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