Scaffold Go plugin skeleton with Ollama client, conversation store, rate limiter

This commit is contained in:
2026-06-16 17:45:53 +02:00
parent 2709120cf3
commit f749b3dd02
14 changed files with 1141 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
linters:
enable:
- errcheck
- gosimple
- staticcheck
- ineffassign
- govet