From 430991c39bedafb231e0017277e69ad95cb1d56e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 15 Aug 2025 00:37:07 +0900 Subject: hst/fs: remove type method Having a method that returns the canonical string representation of its type seemed like a much better idea for an implementation that never made it to staging. Remove it here and clean up marshal type assertions. Signed-off-by: Ophestra --- hst/fsbind_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hst/fsbind_test.go') diff --git a/hst/fsbind_test.go b/hst/fsbind_test.go index 48e710c5..ce904dfa 100644 --- a/hst/fsbind_test.go +++ b/hst/fsbind_test.go @@ -8,7 +8,7 @@ import ( ) func TestFSBind(t *testing.T) { - checkFs(t, "bind", []fsTestCase{ + checkFs(t, []fsTestCase{ {"nil", (*hst.FSBind)(nil), false, nil, nil, nil, ""}, {"full", &hst.FSBind{ -- cgit v1.3.1