#19 Move parts of solver into its own package. #22

Merged
sacha merged 8 commits from #19_the-great-refactor into trunk 2025-01-28 00:07:07 +01:00
Showing only changes of commit d0d1568249 - Show all commits

View File

@ -38,3 +38,7 @@ tasks:
cmds: cmds:
- gource --auto-skip-seconds 1 --key -r 60 - gource --auto-skip-seconds 1 --key -r 60
silent: true silent: true
godoc:
cmds:
- godoc -http=:6060
silent: true