diff options
Diffstat (limited to 'p2p/server.go')
-rw-r--r-- | p2p/server.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p2p/server.go b/p2p/server.go index 870eb5590..33de4f32a 100644 --- a/p2p/server.go +++ b/p2p/server.go @@ -14,6 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// Package p2p implements the Ethereum p2p network protocols. package p2p import ( |