mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-02 08:23:16 -06:00
6 lines
171 B
Go
6 lines
171 B
Go
/*
|
|
Package gin implements a HTTP web framework called gin.
|
|
|
|
See https://gin-gonic.com/ for more information about gin.
|
|
*/
|
|
package gin // import "github.com/gin-gonic/gin"
|