From 2bd7d749404f192a6baf9f03bd7b2dc7a7b3cd52 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 1 Oct 2020 18:25:25 -0700 Subject: [PATCH] mount: fix package doc Same as commit a720826ee61d5cdb in moby/sys/mountinfo. Signed-off-by: Kir Kolyshkin --- mount/doc.go | 1 - 1 file changed, 1 deletion(-) diff --git a/mount/doc.go b/mount/doc.go index b8108d85..86c2e01b 100644 --- a/mount/doc.go +++ b/mount/doc.go @@ -1,5 +1,4 @@ // Package mount provides a set of functions to mount and unmount mounts. // // Currently it supports Linux. For historical reasons, there is also some support for FreeBSD. - package mount