Skip to content

Instantly share code, notes, and snippets.

View goldyfruit's full-sized avatar
🦎

Gaëtan Trellu goldyfruit

🦎
View GitHub Profile
@goldyfruit
goldyfruit / hello_qinling.py
Created June 19, 2019 15:03
Qinling - Example 4
def main(name="Qinling", **kwargs):
msg = "Hello {} \o/".format(name)
return msg
@goldyfruit
goldyfruit / hello_qinling.py
Created June 19, 2019 15:53
Qinling - Example 5
def main(name="Qinling", region="Canada", **kwargs):
msg = "Hello {} from {} \o/".format(name, region)
return msg
@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
@goldyfruit
goldyfruit / rke2-windows.md
Created January 7, 2025 23:46 — forked from rgl/rke2-windows.md
rke2 windows notes