Golang实现http重定向https

Golang实现http重定向https用golang来实现的webserver通常是是这样的
//main.go
package main
import (
"fmt"
"io"
&#