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:33:29 -07:00 committed by gVisor bot
parent ddc1d94a37
commit 292f70cbf7
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// Package seqfile provides dynamic ordered files.
package seqfile package seqfile
import ( import (

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// Package ramfs provides the fundamentals for a simple in-memory filesystem.
package ramfs package ramfs
import ( import (