diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-23 03:34:57 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-23 03:34:57 +0000 |
commit | f481ec6bd224f41d847ceafb69c79282613419a7 (patch) | |
tree | 2deb7d7cff23930f1070d357dbbec407b4374f08 /.golangci.yml | |
parent | added a note regarding escape sequnces getting cut off in the middle (diff) | |
download | milla-f481ec6bd224f41d847ceafb69c79282613419a7.tar.gz milla-f481ec6bd224f41d847ceafb69c79282613419a7.zip |
sql query custom commands, WIP
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index 42f9a39..b72d9d8 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -17,4 +17,6 @@ linters-settings: - github.com/lrstanley/girc - github.com/sashabaranov/go-openai - github.com/BurntSushi/toml + - github.com/jackc/pgx/v5 - github.com/jackc/pgx/v5/pgxpool + - github.com/jackc/pgx/v5/pgtype |