No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Paweł Gronowski 80726728d0
Merge pull request #157 from thaJeztah/double_wrapping
sockets: remove double error decoration
2026-05-29 12:10:23 +02:00
.github ci: pin actions to sha 2026-03-25 18:32:29 +01:00
nat update minimum go version to go1.23 2026-03-23 23:47:02 +01:00
proxy update minimum go version to go1.23 2026-03-23 23:47:02 +01:00
sockets sockets: remove double error decoration 2026-04-22 14:53:40 +02:00
tlsconfig tlsconfig: make root pool tests deterministic across platforms 2026-03-25 13:21:41 +01:00
.gitignore Add .gitignore 2020-06-03 15:23:56 +02:00
CONTRIBUTING.md Add readme, license, maintainers and contributing documents. 2015-12-17 15:50:23 -05:00
doc.go Add godoc for the base package. 2015-12-17 15:56:10 -05:00
go.mod chore(deps): bump github.com/Microsoft/go-winio v0.6.2 2026-04-15 22:40:41 +02:00
go.sum chore(deps): bump github.com/Microsoft/go-winio v0.6.2 2026-04-15 22:40:41 +02:00
LICENSE Add readme, license, maintainers and contributing documents. 2015-12-17 15:50:23 -05:00
MAINTAINERS MAINTAINERS: update Akihiro Suda's email address 2019-04-17 18:44:41 +09:00
README.md Add godoc link. 2015-12-18 17:24:56 -05:00

GoDoc

Introduction

go-connections provides common package to work with network connections.

Usage

See the docs in godoc for examples and documentation.

License

go-connections is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.