mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-04 18:21:06 +02:00
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
7 lines
171 B
Go
7 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"
|