An open API service indexing awesome lists of open source software.

https://github.com/linehk/go-usps-rate

go-usps-rate is a package for calculate shipping zone and shipping rate.
https://github.com/linehk/go-usps-rate

go shipping-rate shipping-weight shipping-zone usps-api

Last synced: 10 months ago
JSON representation

go-usps-rate is a package for calculate shipping zone and shipping rate.

Awesome Lists containing this project

README

          

# go-usps-rate

[![Go Reference](https://pkg.go.dev/badge/github.com/linehk/go-usps-rate.svg "Go Reference")](https://pkg.go.dev/github.com/linehk/go-usps-rate)
[![build](https://github.com/linehk/go-usps-rate/actions/workflows/build.yml/badge.svg "build")](https://github.com/linehk/go-usps-rate/actions)
[![codecov](https://codecov.io/gh/linehk/go-usps-rate/graph/badge.svg "codecov")](https://codecov.io/gh/linehk/go-usps-rate)
[![go report](https://goreportcard.com/badge/github.com/linehk/go-usps-rate "go report")](https://goreportcard.com/report/github.com/linehk/go-usps-rate)

[English](./README.md "English") | 简体中文

go-usps-rate 是一个用于计算运输区域和运费的包。

## 安装

```bash
go get -u github.com/linehk/go-usps-rate
```

## 使用

在 Go 中导入包:

```go
import "github.com/linehk/go-usps-rate"
```

## 参与贡献

如果您觉得这个项目有什么需要改进的地方,欢迎发起 Pull Request。

如果有重大变化,请先打开一个 Issue,讨论您想要改变的内容。

## 开源许可证

[MIT License](./LICENSE "MIT License")