Files
dnswatcher/internal/config/config_test.go
clawbot c96ed42c31
All checks were successful
check / check (push) Successful in 4s
fix: remove Buildarch from globals, main, Makefile, logger, and tests
Buildarch was erroneously included. Remove it from:
- internal/globals/globals.go (struct field, package var, setter)
- cmd/dnswatcher/main.go (var declaration, setter call)
- Makefile (BUILDARCH var, ldflags)
- internal/logger/logger.go (Identify log field)
- internal/config/config_test.go (test fixture)
- README.md (build command, architecture section)
2026-03-04 03:48:45 -08:00

7.4 KiB