creating messages library, will be encoding/decoding via encoding/JSON for now

This commit is contained in:
2020-06-01 14:38:17 -04:00
parent 1a76a8f2aa
commit 33b1c78eb2
9 changed files with 80 additions and 19 deletions

View File

@@ -40,4 +40,5 @@ func RefreshContent(conf *clientconfig.Gvcconfig) error {
}
}
}
return nil
}