imdadago

Dada Logistics Open Platform SDK For Golang Language

Go Report Card Go Reference ImDada-CI GitHub GitHub go.mod Go version (branch)

Dada logistics information service open platform SDK for Golang language. Help you save costs and achieve efficient distribution

Installation

go get -u -v github.com/houseme/imdadago@main

Usage

package main

import (
    "context"
    "fmt"
    
    "github.com/houseme/imdadago"
)

func main()  {
    ctx := context.Background()
    d := dadago.New(ctx, dada.WithAppKey("xxxxx"), dada.WithAppSecret("xxxxx"))
    
    fmt.Println("Dada:", d)
}

License

FeiE is primarily distributed under the terms of both the Apache License (Version 2.0)