diff options
author | Michael Pratt <mpratt@google.com> | 2019-06-20 13:33:29 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-06-20 13:34:33 -0700 |
commit | 292f70cbf7b4d2da9f2fc5d1049ba49e6846e805 (patch) | |
tree | d35f939e50ca615b327311c04deb880bd9df75e2 /pkg/sentry/fs/proc | |
parent | ddc1d94a37ae00743ce51ce514ae840e11a4f97d (diff) |
Add package docs to seqfile and ramfs
These are the only packages missing docs:
https://godoc.org/gvisor.dev/gvisor
PiperOrigin-RevId: 254261022
Diffstat (limited to 'pkg/sentry/fs/proc')
-rw-r--r-- | pkg/sentry/fs/proc/seqfile/seqfile.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/fs/proc/seqfile/seqfile.go b/pkg/sentry/fs/proc/seqfile/seqfile.go index d5590e2d3..5fe823000 100644 --- a/pkg/sentry/fs/proc/seqfile/seqfile.go +++ b/pkg/sentry/fs/proc/seqfile/seqfile.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package seqfile provides dynamic ordered files. package seqfile import ( |