From 4441983912cc4f8d00bf532a0152f032c6c26f5d Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Tue, 6 Feb 2024 11:58:47 +0300 Subject: [PATCH] fix --- id/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/id/system.go b/id/system.go index 0fe640a2..844d8211 100644 --- a/id/system.go +++ b/id/system.go @@ -9,7 +9,7 @@ type SystemID struct{} func (t *SystemID) Type() string { return Space } func (t *SystemID) String() string { - return "/" + System + return string(Separator) + System } func (t *SystemID) ToMap() map[string]any { -- GitLab