Versions in this module Expand all Collapse all v0 v0.4.0-dev Jan 3, 2016 v0.3.11 Jan 12, 2016 v0.3.11-rc1 Jan 2, 2016 v0.3.10 Dec 8, 2015 v0.3.9 Oct 31, 2015 v0.3.8 Oct 19, 2015 Changes in this version + func AddrIP(addr net.Addr) net.IP + func AddrPort(addr net.Addr) int + func ConvertToSliceOfEmptyInterface(slice interface{}) (ret []interface{}) + func CopyExact(dest interface{}, src interface{}) + func CopyURL(u *url.URL) (ret *url.URL) + func CryHeard() bool + func Fatal(msg interface{}) + func FileInfoAccessTime(fi os.FileInfo) time.Time + func FilePathExists(p string) bool + func GzipHTTPHandler(h http.Handler) http.Handler + func PathSplitExt(p string) (ret struct{ ... }) + func RequestedURL(r *http.Request) (ret *url.URL) + func Unchomp(s string) string + type HTTPBytesContentRange struct + First int64 + Last int64 + Length int64 + func ParseHTTPBytesContentRange(s string) (ret HTTPBytesContentRange, ok bool) + type HostMaybePort struct + Host string + NoPort bool + Port int + func SplitHostPort(hostport string) (ret HostMaybePort) + func (me HostMaybePort) String() string + type HostPort struct + Err error + Host string + Port string + func ParseHostPort(hostPort string) (ret HostPort) + func (me *HostPort) Join() string + type IndentMap struct + func NewExpvarIndentMap(name string) *IndentMap + func (v *IndentMap) String() string + type RWLocker interface + RLock func() + RUnlock func() + type ReaderFromStatusResponseWriter struct + func NewReaderFromStatusResponseWriter(w http.ResponseWriter) *ReaderFromStatusResponseWriter + type RunLengthEncoder interface + Append func(element interface{}, count uint64) + Flush func() + func NewRunLengthEncoder(eachRun func(element interface{}, count uint64)) RunLengthEncoder + type SingleFlight struct + func (me *SingleFlight) Lock(id string) + func (me *SingleFlight) Unlock(id string) + type StatusResponseWriter struct + BytesWritten int64 + Code int + RW http.ResponseWriter + func (me *StatusResponseWriter) CloseNotify() <-chan bool + func (me *StatusResponseWriter) Flush() + func (me *StatusResponseWriter) Header() http.Header + func (me *StatusResponseWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) + func (me *StatusResponseWriter) Write(b []byte) (n int, err error) + func (me *StatusResponseWriter) WriteHeader(code int) + type Wolf struct + func (me *Wolf) CryHeard() bool