libquic (BoringSSL): Could not find Go

CMake Error at boringssl/CMakeLists.txt:26 (message):
Could not find Go

문제점

그냥 GoLang이 없는것, GoLang을 설치해주면 된다.

해결

Ubuntu:

sudo apt-get install golang
© Dohyun Jung