mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-06 22:23:56 -05:00
* Update go to 1.19.3 * Update other items to 1.19 * Update golangci-lint to latest release * Run gofmt -s with go1.19 * Huge gofmt changes Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
6 lines
214 B
Go
6 lines
214 B
Go
/*
|
|
Package beacon provides a client for interacting with the standard Eth Beacon Node API.
|
|
Interactive swagger documentation for the API is available here: https://ethereum.github.io/beacon-APIs/
|
|
*/
|
|
package beacon
|