package server import ( `fmt` ) func (p *Page) RenderIP(indent uint) (s string) { s = fmt.Sprintf("%s", p.Info.IP.String(), p.Info.IP.String()) return }