From 5516501d97b304e29dc882dfd249209c04a56037 Mon Sep 17 00:00:00 2001 From: Karl Gaissmaier Date: Wed, 3 Aug 2022 12:32:54 +0200 Subject: [PATCH] naming --- README.md | 2 +- extnetip.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 044b564..dad2598 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -`package extnetip` is an extension to `net/netip`. +Package `extnetip` is an extension to `net/netip`. No additional types are defined, only required auxiliary functions for some existing `net/netip` types are provided. diff --git a/extnetip.go b/extnetip.go index f0e93be..a654c80 100644 --- a/extnetip.go +++ b/extnetip.go @@ -1,4 +1,4 @@ -// package extnetip is an extension to net/netip. +// Package extnetip is an extension to net/netip. // // No additional types are defined, only required auxiliary // functions for some existing net/netip types are provided.