The most insecure login form in the world. Written in Fyne.
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
fyne-insecure-login-form
The most insecure login form in the world. Written in Fyne.
build (with zig)
CC="zig cc" go build .
cross compile
CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CC="zig cc -target x86_64-windows-gnu" CXX="zig c++ -target x86_64-windows-gnu" go build -o app.exe