mirror of
https://github.com/micromdm/micromdm/
synced 2026-06-12 21:45:35 +08:00
v2dev
The vanity Netlify function was depending on micromdm.io/v2/pkg/log for logging, creating an unnecessary circular dependency with the main repository. Replace it with stdlib log.Logger to break this dependency. Verified: ```shell $ cd website && go build ./netlify-functions/vanity/ ```
Languages
Go
96.3%
Shell
3.1%
Makefile
0.5%