Rename monitor to master

This commit is contained in:
Michael Wolf
2026-01-01 12:30:58 -06:00
parent 3bece46638
commit a178536472
9 changed files with 2 additions and 2 deletions

8
master/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module philologue.net/diachron/master
go 1.23.3
require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)