docs: add package docstring [ci skip]

This commit is contained in:
decentral1se 2021-09-04 23:21:13 +02:00
parent a3e02540f6
commit 9bf11961d5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// Package web provides functionality for dealing with web operations.
package web
import (