Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/netfd
netfd is a Go package to get file descriptor from net.Conn or net.Listener.
https://github.com/higebu/netfd
go
Last synced: 3 months ago
JSON representation
netfd is a Go package to get file descriptor from net.Conn or net.Listener.
- Host: GitHub
- URL: https://github.com/higebu/netfd
- Owner: higebu
- License: mit
- Created: 2017-10-06T07:28:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T05:41:14.000Z (over 2 years ago)
- Last Synced: 2024-10-10T16:33:57.440Z (4 months ago)
- Topics: go
- Language: Go
- Size: 8.79 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netfd
netfd is a Go package to get file descriptor from net.Conn or net.Listener.
[![Go Reference](https://pkg.go.dev/badge/github.com/higebu/netfd.svg)](https://pkg.go.dev/github.com/higebu/netfd)
[![Go Report Card](https://goreportcard.com/badge/github.com/higebu/netfd)](https://goreportcard.com/report/github.com/higebu/netfd)
[![ci](https://github.com/higebu/netfd/actions/workflows/test.yml/badge.svg)](https://github.com/higebu/netfd/actions/workflows/test.yml)
[![LICENSE](https://img.shields.io/github/license/higebu/netfd.svg?style=flat-square)](https://github.com/higebu/netfd/blob/master/LICENSE)