Golang mobile package installation issue

i tried to install go package for mobile but it’s give some error

desktop:~$ go get golang.org/x/mobile/cmd/gomobile

it give’s this one error

package golang.org/x/mobile/cmd/gomobile: unrecognized import path “golang.org/x/mobile/cmd/gomobile” (https fetch: Get https://golang.org/x/mobile/cmd/gomobile?go-get=1: http: error connecting to proxy http://192.168.0.136:8080/: dial tcp 192.168.0.136:8080: getsockopt: connection refused)

please help me out…

if your internet connection works, seems that your traffic pass through a proxy server who deny access to golang.org.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.