Add package docs to seqfile and ramfs

These are the only packages missing docs:
https://godoc.org/gvisor.dev/gvisor

PiperOrigin-RevId: 254261022
This commit is contained in:
Michael Pratt
2019-06-20 13:34:33 -07:00
committed by gVisor bot
parent ddc1d94a37
commit 292f70cbf7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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 (
+1
View File
@@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package ramfs provides the fundamentals for a simple in-memory filesystem.
package ramfs
import (