refactor: clean up git env handling as not to be part of miro anymore

This commit is contained in:
2026-03-19 18:49:59 +00:00
parent c3823ee9b0
commit ec1d7ec23a
4 changed files with 4 additions and 51 deletions
-4
View File
@@ -11,10 +11,6 @@ import (
"miro/internal/output"
)
const (
recordGitDate = "2024-01-01T00:00:00Z"
)
type recordIO struct {
in io.Reader
out io.Writer