Feel free to email me to provide some feedback on the project, give suggestions, or to just say hello!
21 May 2017 on golang kb knowledge base json
As Go is strictly-typed language you have to deal with types very carefully and use proper types, e.g. database/sql.NullString instead of string to deal with DB mapping in correct way. Same applies to unmarshalling JSON-strings (bytes array), especiall... [Read more]
built on top of rKlotz by Vladimir Garvardt