Update package name comments (#9653)

This commit is contained in:
terence tsao
2021-09-22 15:38:06 -07:00
committed by GitHub
parent 8d4cdde07e
commit 8678610683
7 changed files with 5 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
// Package timeutils is a wrapper around the go standard time library.
// Package time is a wrapper around the go standard time library.
package time
import (