package router // Parameter is a URL parameter. type Parameter struct { Key string Value string }