A simple Gold tracking desktop App which uses goldprice.org APIs, written in Go and Fyne using embedded SQLite for keeping all the data related to Gold purchases in users machines.
- Run the following command for aligning dependencies
go mod tidy
- Then run following commands for running or building the app
make run # for running the app
make build # for building the app
You can find configs for building the app in Makefile
.
- How to connect embedded SQLite DB to your Go application and do basic CRUD operations
- How to write SQL queries directly in your Go application
- Usage of different and various features of Fyne library for full desktop experience
Feeling lucky? Give it a star ⭐ and fork for adding something from your side 😊.