Skip to content
View valentinconan's full-sized avatar

Block or report valentinconan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. node-amqp node-amqp Public

    lightweight amqp application (nodeJS)

    JavaScript

  2. nest-api nest-api Public

    TypeScript

  3. go-server-compare go-server-compare Public

    Go 1

  4. go-amqp go-amqp Public

    lightweight amqp application (Golang)

    Go

  5. A simple generic Golang method used ... A simple generic Golang method used to manage the conversion of json into a declared structure
    1
    func main() {
    2
    
                  
    3
    	stringifyData := `{"name":"toto"}`
    4
    	var data interface{}
    5
    	if err := json.Unmarshal([]byte(stringifyData), &data); err != nil {
  6. dynamic-json dynamic-json Public

    Go