Reads cookie string into http.Cookie
Get library
go get github.com/yogeshpandey/gocookie-string-reader
Use library
import cookieParser "github.com/yogeshpandey/gocookie-string-reader"
import "fmt"
c:=cookieParser.ParseToCookie("Cookie-1=v$1; c2=v2")
fmt.Println("%#v",c)