Block a user
814c6ffa20
Add Debug variable to control verbose output.
20c89c6e56
Functional options to persist.Init().
24d96151f4
Test changes.
17beaca380
Allow configuration of tidy functions. Use a closure to decide what entries
d6f4920507
Add DeleteSync() to generate/template.go.
8b02e05f2d
Save and restore download queue status. Remember when downloading is
92374e120f
update .gitignore
661f42516f
Slow down automatic wake-up of Queueupdater and Downloader.
ac96eaab6d
Change lookback to 30 days.
e609afeb02
Restructuring update/download threads.
Can't compile for android
This seems to be a gioui.org issue, or a go package cache issue related to old packages that were renamed or removed. You might try to delete the go package cache (rm -rf ~/go/pkg/mod/gioui*) and…
Can't compile for android
When you type "go build" it will try to build on your native environment (Linux). What happens when you compile the hrm app with "gogio -target android"?