Skip to content

Commit

Permalink
Add servermsg.RegisterTypes()
Browse files Browse the repository at this point in the history
  • Loading branch information
dave committed Feb 26, 2019
1 parent 3c52559 commit 667da01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/deployer/deployer.go
Expand Up @@ -27,6 +27,10 @@ import (

const CLIENT_VERSION = "1.0.0"

func init() {
servermsg.RegisterTypes()
}

func New(cfg *cmdconfig.Config) (*State, error) {
sourceDir, err := runGoList(cfg)
if err != nil {
Expand Down

0 comments on commit 667da01

Please sign in to comment.