From e0f321b2c4eafba27a93fce93f444b62822c74db Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 18 Feb 2025 18:47:48 +0900 Subject: sys: rename from linux Signed-off-by: Ophestra --- internal/app/export_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/app/export_test.go') diff --git a/internal/app/export_test.go b/internal/app/export_test.go index 8581d1c7..2e027b83 100644 --- a/internal/app/export_test.go +++ b/internal/app/export_test.go @@ -3,11 +3,11 @@ package app import ( "git.gensokyo.uk/security/fortify/fst" "git.gensokyo.uk/security/fortify/helper/bwrap" - "git.gensokyo.uk/security/fortify/internal/linux" + "git.gensokyo.uk/security/fortify/internal/sys" "git.gensokyo.uk/security/fortify/system" ) -func NewWithID(id fst.ID, os linux.System) App { +func NewWithID(id fst.ID, os sys.State) App { a := new(app) a.id = &id a.os = os -- cgit v1.3.1