feat: 🎉 Vectors na Vectors, the begining

Translate 1536 <-> 768 , 3072 <-> 2048
This commit is contained in:
2026-04-11 18:05:05 +02:00
parent d98ea7c222
commit 4009a54e39
58 changed files with 5324 additions and 2 deletions

30
.golangci.yml Normal file
View File

@@ -0,0 +1,30 @@
version: "2"
formatters:
enable:
- goimports
settings:
goimports:
local-prefixes:
- github.com/Warky-Devs/vecna.git
linters:
default: standard
enable:
- misspell
- gocritic
- noctx
- bodyclose
- errorlint
- copyloopvar
- durationcheck
linters-settings:
gocritic:
disabled-checks:
- commentedOutCode
- hugeParam
issues:
max-issues-per-linter: 0
max-same-issues: 0