python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
"400 Bad Request" when using remote repository of Golang
I have set up a Golang remote repository named "golang-remote" which points to https://proxy.golang.org.
When I tried to use it with go getby setting the GOPROXY to https://<artifactory-s...

mayer
Votes: 0
Answers: 1
[Windows]go get github.com/gin-gonic/gin failed with connectex: A connection attempt failed
Code:
package main
import "github.com/gin-gonic/gin"
func main() {
r := gin.Default()
r.Handle("GET", "/ping", func(context *gin.Context) {
context.JSO...

lubanseven
Votes: 0
Answers: 0