feiin / querystring

A querystring parsing and stringifying go library. Golang序列化和解析querystring库.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

querystring

A querystring parsing and stringifying go library. Golang序列化和解析querystring库.

Features

  • stringify any to querystring
  • parse querystring

Using

import (
  "github.com/feiin/querystring"
)

//obj support  struct , map , interface{}
qs, err := querystring.Marshal(obj)
fmt.Printf("qs:%s",qs) //a=b&c=d.....

About

A querystring parsing and stringifying go library. Golang序列化和解析querystring库.

License:MIT License


Languages

Language:Go 100.0%