Skip to content

Instantly share code, notes, and snippets.

View wonderhoss's full-sized avatar
🏳️‍⚧️
fight me

Philippa Taprogge wonderhoss

🏳️‍⚧️
fight me
View GitHub Profile

Keybase proof

I hereby claim:

  • I am gargath on github.
  • I am philtaprogge (https://keybase.io/philtaprogge) on keybase.
  • I have a public key ASBPLB03-Ho3d5rOii0aOLw2lJMMvsR6lGpXFzXVItOBugo

To claim this, I am signing this object:

@wonderhoss
wonderhoss / lxd-client.go
Created January 13, 2021 11:32
go lxd client first steps
package main
import (
"fmt"
"os"
lxd "github.com/lxc/lxd/client"
)
func main() {