Skip to content

Instantly share code, notes, and snippets.

View goldyfruit's full-sized avatar
🦎

Gaëtan Trellu goldyfruit

🦎
View GitHub Profile
@goldyfruit
goldyfruit / rke2-windows.md
Created January 7, 2025 23:46 — forked from rgl/rke2-windows.md
rke2 windows notes
@goldyfruit
goldyfruit / go-build.sh
Created April 30, 2020 15:33 — forked from sivel/go-build.sh
Ansible Binary Golang Module
go build helloworld.go
GOOS=windows GOARCH=amd64 go build helloworld.go