1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

GO-3392 Clean up unused imports

This commit is contained in:
Mikhail Iudin 2024-05-18 19:37:05 +02:00
parent 9050cc67f3
commit 1583f57c36
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
37 changed files with 10 additions and 312 deletions

View file

@ -4,7 +4,7 @@ CLIENT_ANDROID_PATH ?= ../anytype-kotlin
CLIENT_IOS_PATH ?= ../anytype-swift
BUILD_FLAGS ?=
export GOLANGCI_LINT_VERSION=v1.54.2
export GOLANGCI_LINT_VERSION=1.58.1
export CGO_CFLAGS=-Wno-deprecated-non-prototype -Wno-unknown-warning-option -Wno-deprecated-declarations -Wno-xor-used-as-pow -Wno-single-bit-bitfield-constant-conversion
ifndef $(GOPATH)