From e5d65220de28a6f1d8adae6f5360c788c42615d3 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Tue, 9 Dec 2025 09:41:41 +0000 Subject: [PATCH] knotserver: follow common module nomenclature scheme Change-Id: svupkwqzkvkvwnxszzmmyktwtkplnlsu `init` is a bad name for a file, a method inside the file could be called `init` perhaps. this is already the scheme followed by spindle and appview. Signed-off-by: oppiliappan --- knotserver/db/{init.go => db.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename knotserver/db/{init.go => db.go} (100%) diff --git a/knotserver/db/init.go b/knotserver/db/db.go similarity index 100% rename from knotserver/db/init.go rename to knotserver/db/db.go -- 2.43.0