Initial project working with a clock
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-09-07 17:28:34 -04:00
parent 07e8f8ff45
commit b9195b33bc
3 changed files with 66 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
module git.metaunix.net/bitgoblin/pico-time
go 1.25.2
require (
tinygo.org/x/drivers v0.36.0
tinygo.org/x/tinyfont v0.7.0
)
require github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect