diff --git a/master/.gitignore b/master/.gitignore new file mode 100644 index 0000000..1f7391f --- /dev/null +++ b/master/.gitignore @@ -0,0 +1 @@ +master diff --git a/monitor/devrunner.go b/master/devrunner.go similarity index 100% rename from monitor/devrunner.go rename to master/devrunner.go diff --git a/monitor/filechange.go b/master/filechange.go similarity index 100% rename from monitor/filechange.go rename to master/filechange.go diff --git a/monitor/go.mod b/master/go.mod similarity index 74% rename from monitor/go.mod rename to master/go.mod index 10944cd..bcee3cf 100644 --- a/monitor/go.mod +++ b/master/go.mod @@ -1,4 +1,4 @@ -module philologue.net/diachron/monitor +module philologue.net/diachron/master go 1.23.3 diff --git a/monitor/go.sum b/master/go.sum similarity index 100% rename from monitor/go.sum rename to master/go.sum diff --git a/monitor/main.go b/master/main.go similarity index 100% rename from monitor/main.go rename to master/main.go diff --git a/monitor/printchanges.go b/master/printchanges.go similarity index 100% rename from monitor/printchanges.go rename to master/printchanges.go diff --git a/monitor/watchfiles.go b/master/watchfiles.go similarity index 100% rename from monitor/watchfiles.go rename to master/watchfiles.go diff --git a/monitor/.gitignore b/monitor/.gitignore deleted file mode 100644 index edffd38..0000000 --- a/monitor/.gitignore +++ /dev/null @@ -1 +0,0 @@ -monitor \ No newline at end of file