From f1fd665089dd6b0a1fa4fc72a64db3cbf0b6d5f5 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 13 Jun 2022 21:03:34 +0200 Subject: feat: Add poor implementation for the worker This is just me testing a bit how doworker works, while I learn of go/gin in the process. --- routes/routes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes/routes.go') diff --git a/routes/routes.go b/routes/routes.go index 118a4a5..d78acc7 100644 --- a/routes/routes.go +++ b/routes/routes.go @@ -1,8 +1,8 @@ package routes import ( + "git.sr.ht/~gabrielgio/midr/controller" "github.com/gin-gonic/gin" - "gitlab.com/gabrielgio/midr/controller" ) func HandleRequests() { -- cgit v1.2.3