From 65252fd353320d00c450679c0b1dc906a65dcbe3 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 20 Jan 2026 23:24:55 -0500 Subject: [PATCH] Mark GenDeviceIDList as non-port --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a840d76..fc24a26 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Build the C library + headers w/`go build -buildmode=c-archive`. - [ ] RCWDArgument() - [ ] global - [X] DirInit(preserveOldCfgDir bool) (string, error) - - [ ] GenDeviceIDList() ([]fs.DirEntry, error) + - [ ] ~~GenDeviceIDList() ([]fs.DirEntry, error)~~ - [ ] GetCurrentDeviceID() (string, error) - [ ] GetRealAgePath(vanityPath string) string - [ ] GetRealPath(vanityPath string) string