Golang: build tags: how to switch between them? #4570
-
Currently Coc does not works for the files with the first line like
Do I need to switch somehow manually? |
Beta Was this translation helpful? Give feedback.
Answered by
vitaly-zdanevich
May 16, 2023
Replies: 2 comments 2 replies
-
Needs the language server |
Beta Was this translation helpful? Give feedback.
2 replies
-
SOLVED by adding this to the env:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vitaly-zdanevich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SOLVED by adding this to the env:
export GOFLAGS='-tags=unit_tests'