The strange form of `GOPROXY` variable in Makefile.
hongyi-zhao opened this issue · 0 comments
hongyi-zhao commented
Is the following usage of GOPROXY
correct?
Line 26 in 791906e
Shouldn't it be written as follows?
GOPROXY = https://proxy.golang.org,direct
See #407 (comment) for the related discussion.
Regards,
Zhao