replace x/exp/slices with slices

This commit is contained in:
Michael Yang
2024-05-21 21:30:52 -07:00
parent 60323e0805
commit 04f3c12bb7
6 changed files with 7 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ import (
"os"
"os/signal"
"path/filepath"
"slices"
"strconv"
"strings"
"syscall"
@@ -23,7 +24,6 @@ import (
"github.com/gin-contrib/cors"
"github.com/gin-gonic/gin"
"golang.org/x/exp/slices"
"github.com/ollama/ollama/api"
"github.com/ollama/ollama/envconfig"