mirror of
https://github.com/slimtoolkit/slim.git
synced 2025-06-03 04:00:23 +00:00
10 lines
137 B
Go
10 lines
137 B
Go
package init
|
|
|
|
import (
|
|
"github.com/docker-slim/docker-slim/pkg/app/master/commands/server"
|
|
)
|
|
|
|
func init() {
|
|
server.RegisterCommand()
|
|
}
|