https://github.com/hslam/reuse
Package reuse can reuse network ports and addresses.
https://github.com/hslam/reuse
Last synced: about 1 year ago
JSON representation
Package reuse can reuse network ports and addresses.
- Host: GitHub
- URL: https://github.com/hslam/reuse
- Owner: hslam
- License: mit
- Created: 2022-02-06T16:17:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T16:21:23.000Z (over 3 years ago)
- Last Synced: 2024-07-02T20:20:29.794Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reuse
[](https://pkg.go.dev/github.com/hslam/reuse)
[](https://github.com/hslam/reuse/actions)
[](https://codecov.io/gh/hslam/reuse)
[](https://goreportcard.com/report/github.com/hslam/reuse)
[](https://github.com/hslam/reuse/blob/master/LICENSE)
Package reuse can reuse network ports and addresses.
## Get started
### Install
```
go get github.com/hslam/reuse
```
### Import
```
import "github.com/hslam/reuse"
```
### License
This package is licensed under a MIT license (Copyright (c) 2022 Meng Huang)
### Author
reuse was written by Meng Huang.