Add golangci-lint config

This commit is contained in:
2026-02-12 02:54:35 +03:00
parent f22111aa43
commit 9e59fa18e4
14 changed files with 112 additions and 50 deletions

View File

@@ -2,4 +2,4 @@ package domains
const FilesystemName = "filesystem"
type Filesystem interface{}
type Filesystem any