Dada logistics information service open platform SDK for Golang language. Help you save costs and achieve efficient distribution
go get -u -v github.com/houseme/imdadago@main
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)
}
FeiE is primarily distributed under the terms of both the Apache License (Version 2.0)