# Packages
Package frontend embeds the frontend static file and adds routing.
Package handlerfunc is used for public http request handler.
Package middleware is gin middleware plugin.
Package prof is used for gin profiling.
Package response provides wrapper gin returns json data in the same format.
Package swagger is gin swagger library.
Package validator is gin request parameter check library.