Add package doc comment

This commit is contained in:
Elara 2023-06-22 14:42:16 -07:00
parent 1a31c082d9
commit 0b2b067575
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +0,0 @@
# vercmp

View File

@ -1,3 +1,5 @@
// Package vercmp provides comparison between two arbitrary version strings.
// It uses a modified implementation of the rpmvercmp algorithm used by the RPM package manager.
package vercmp
import (