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
Currently all packages under 'cmd' directory are not main packages and don't have main functions, which disables 'go install' to build command as independent executables. If those packages are intended to be example executables, turning them to main package should enable users to try this package more easily.