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.
- Host: GitHub
- URL: https://github.com/linehk/go-usps-rate
- Owner: linehk
- License: mit
- Created: 2024-03-23T09:07:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T04:50:21.000Z (about 2 years ago)
- Last Synced: 2025-04-19T10:13:21.599Z (about 1 year ago)
- Topics: go, shipping-rate, shipping-weight, shipping-zone, usps-api
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
Awesome Lists containing this project
README
# go-usps-rate
[](https://pkg.go.dev/github.com/linehk/go-usps-rate)
[](https://github.com/linehk/go-usps-rate/actions)
[](https://codecov.io/gh/linehk/go-usps-rate)
[](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")