mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
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"
|