Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 301 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 301 Bytes

uadeco

user-agent decorator, injector for http.DefaultClient and http. DefaultTransport, it would replace the User-Agent header with serviceName-time-rev-goVersion

usage:

package main

import "github.com/kokizzu/uadeco"

func init() {
	uadeco.InitServiceName("MyService1")
}