This commit is contained in:
2024-04-02 15:13:13 +03:00
parent 1a1ce70a5c
commit 6e62411979
48 changed files with 191 additions and 96 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ import (
"path/filepath"
"testing"
"git.company.lan/gopkg/gin"
"git.company.lan/gopkg/gin-contrib/static"
"github.com/stretchr/testify/assert"
"gitverse.ru/andoma/gin"
"gitverse.ru/andoma/gin-contrib/static"
)
func TestLocalFile(t *testing.T) {