From 274686d10d3386a41f8fb6bc3363269a734afe0e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 29 Oct 2025 03:40:09 +0900 Subject: internal/validate: relocate from app These are free of the dispatcher from internal/app. This change relocates them into their own package. Signed-off-by: Ophestra --- internal/app/sysconf.go | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 internal/app/sysconf.go (limited to 'internal/app/sysconf.go') diff --git a/internal/app/sysconf.go b/internal/app/sysconf.go deleted file mode 100644 index 4c5714a9..00000000 --- a/internal/app/sysconf.go +++ /dev/null @@ -1,8 +0,0 @@ -package app - -//#include -import "C" - -const _SC_LOGIN_NAME_MAX = C._SC_LOGIN_NAME_MAX - -func sysconf(name C.int) int { return int(C.sysconf(name)) } -- cgit v1.3.1