mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Update package name comments (#9653)
This commit is contained in:
parent
8d4cdde07e
commit
8678610683
@ -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
|
package async
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
// Package mputil contains useful helpers for converting
|
|
||||||
// multi-processor computation.
|
|
||||||
package async
|
package async
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -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
|
package transition
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Package iputils contains useful functions for ip address formatting.
|
// Package network contains useful functions for ip address formatting.
|
||||||
package network
|
package network
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Package shared includes useful utilities globally accessible in
|
// Package runtime includes useful utilities globally accessible in
|
||||||
// the Prysm monorepo.
|
// the Prysm monorepo.
|
||||||
package runtime
|
package runtime
|
||||||
|
|
||||||
|
@ -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
|
package slots
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -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
|
package time
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user