AdguardTeam/dnsproxy

The strange form of `GOPROXY` variable in Makefile.

hongyi-zhao opened this issue · 0 comments

Is the following usage of GOPROXY correct?

GOPROXY = https://proxy.golang.org|direct

Shouldn't it be written as follows?

GOPROXY = https://proxy.golang.org,direct

See #407 (comment) for the related discussion.

Regards,
Zhao