add ms gost (#718)

* add ms gost

* change gost branch
This commit is contained in:
sadayuki-matsuno
2018-10-05 12:45:26 +09:00
committed by Kota Kanbe
parent 50506be546
commit e8188f3432
5 changed files with 178 additions and 38 deletions

View File

@@ -46,6 +46,8 @@ func NewClient(family string) Client {
return RedHat{}
case cnf.Debian:
return Debian{}
case cnf.Windows:
return Microsoft{}
default:
return Pseudo{}
}