crisp-im / go-crisp-api

:hamster: Crisp API Golang Wrapper
https://docs.crisp.chat/guides/rest-api/
Other
37 stars 9 forks source link

syntax error #2

Closed chrislewispac closed 7 years ago

chrislewispac commented 7 years ago

Im pretty sure this doesn't even compile

userAccount = crisp.UserAccountCreate{
  Email: "john@acme-inc.com"
  Password: "SecurePassword"
  FirstName: "John"
  LastName: "Doe"
}
valeriansaliou commented 7 years ago

Fixed!