mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
committed by
gVisor bot
parent
ddc1d94a37
commit
292f70cbf7
@@ -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 (
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user