All Downloads are FREE. Search and download functionalities are using the official Maven repository.

go-server.helpers.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
{{>partial_header}}
package {{packageName}}

//Response return a ImplResponse struct filled
func Response(code int, body interface{}) ImplResponse {
	return ImplResponse{Code: code, Body: body}
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy