feat: add initial project layout
This commit is contained in:
11
api/cache.go
Normal file
11
api/cache.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/labstack/echo/v4"
|
||||
)
|
||||
|
||||
func GetItem(c echo.Context) error {
|
||||
return c.String(http.StatusOK, "")
|
||||
}
|
Reference in New Issue
Block a user