Rebuild go project
This commit is contained in:
parent
d4ea3103a3
commit
7f1d8b8b68
5 changed files with 54 additions and 65 deletions
|
|
@ -1,11 +1,11 @@
|
|||
package http
|
||||
|
||||
import (
|
||||
"apps/internal/fibonacci"
|
||||
"fmt"
|
||||
"net/http"
|
||||
|
||||
//"github.com/chenjiandongx/ginprom"
|
||||
"forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go/internal/fibonacci"
|
||||
"github.com/gin-gonic/gin"
|
||||
//"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||
)
|
||||
|
|
|
|||
Reference in a new issue