예제 #1
0
파일: webhandlers.go 프로젝트: hraban/lush
func cmdloc(c liblush.Cmd) *url.URL {
	return &url.URL{Path: fmt.Sprintf("/%d/", c.Id())}
}