converting to go
This commit is contained in:
parent
4550c28474
commit
1e098f1a7d
7
main.go
Normal file
7
main.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("vim-go")
|
||||
}
|
||||
14
readme.md
Normal file
14
readme.md
Normal 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user