# go-net-utils **Repository Path**: mirrors_mongodb/go-net-utils ## Basic Information - **Project Name**: go-net-utils - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go Net Utilities ## Summary Currently the purpose of this repo is to provide mechanisms for easily tracking bytes transferred at the connection level. Typical usage involves using the track package's version of a Go net or net/http interface/type in place of the standard library's version. In cases where an interface is not present, there will be a struct providing tracking functionality with access to the underlying standard library type.