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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 5 additions and 10 deletions

View File

@ -1,4 +1,4 @@
// Package runutil includes helpers for scheduling runnable, periodic functions.
// Package async includes helpers for scheduling runnable, periodic functions and contains useful helpers for converting multi-processor computation.
package async
import (

View File

@ -1,5 +1,3 @@
// Package mputil contains useful helpers for converting
// multi-processor computation.
package async
import (

View File

@ -1,6 +1,3 @@
// Package state implements the whole state transition
// function which consists of per slot, per-epoch transitions, and
// bootstrapping the genesis state according to the Ethereum Beacon chain spec.
package transition
import (

View File

@ -1,4 +1,4 @@
// Package iputils contains useful functions for ip address formatting.
// Package network contains useful functions for ip address formatting.
package network
import (

View File

@ -1,4 +1,4 @@
// Package shared includes useful utilities globally accessible in
// Package runtime includes useful utilities globally accessible in
// the Prysm monorepo.
package runtime

View File

@ -1,4 +1,4 @@
// Package slotutil includes ticker and timer-related functions for Ethereum consensus.
// Package slots includes ticker and timer-related functions for Ethereum consensus.
package slots
import (

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 (