From 125f150784f78db8c3323167c3a638cc1bad086e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 25 Aug 2025 21:11:39 +0900 Subject: hst/fs: update doc comments The Type method no longer exists on the interface. Update doc comments to reflect that. Signed-off-by: Ophestra --- hst/fsbind.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hst/fsbind.go') diff --git a/hst/fsbind.go b/hst/fsbind.go index 496453b3..7aa273c5 100644 --- a/hst/fsbind.go +++ b/hst/fsbind.go @@ -9,7 +9,7 @@ import ( func init() { gob.Register(new(FSBind)) } -// FilesystemBind is the [FilesystemConfig.Type] name of a bind mount point. +// FilesystemBind is the type string of a bind mount point. const FilesystemBind = "bind" // FSBind represents a host to container bind mount. -- cgit v1.3.1