You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor package main (micromdm#49)
move the contents of main.go into app package.
scaffold a CLI subcommands package.
add a version package and add /_version handler to print detailed version info.