Go to file
raul 39da649287 Project bootstrap
The current code is incredibly basic but it'll do for now
2024-01-25 20:13:59 +01:00
.gitignore Initial commit 2024-01-25 20:06:57 +01:00
LICENSE Initial commit 2024-01-25 20:06:57 +01:00
README.md Updated README 2024-01-25 20:13:32 +01:00
go.mod Project bootstrap 2024-01-25 20:13:59 +01:00
go.sum Project bootstrap 2024-01-25 20:13:59 +01:00
main.go Project bootstrap 2024-01-25 20:13:59 +01:00

README.md

go-clicker

# STILL A WORK IN PROGRESS

This is an autoclicker written in Go, I had one quickly hacked together in bash but I realized it was far too slow due to being written in that language