Skip to content

Commit 825df4b

Browse files
committed
lint
Signed-off-by: bitliu <[email protected]>
1 parent 9870349 commit 825df4b

15 files changed

+2
-14
lines changed

src/semantic-router/pkg/apiserver/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows && cgo
2-
// +build !windows,cgo
32

43
package apiserver
54

src/semantic-router/pkg/apiserver/route_api_doc.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows && cgo
2-
// +build !windows,cgo
32

43
package apiserver
54

src/semantic-router/pkg/apiserver/route_classify.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows && cgo
2-
// +build !windows,cgo
32

43
package apiserver
54

src/semantic-router/pkg/apiserver/route_embeddings.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows && cgo
2-
// +build !windows,cgo
32

43
package apiserver
54

src/semantic-router/pkg/apiserver/route_model_info.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows && cgo
2-
// +build !windows,cgo
32

43
package apiserver
54

src/semantic-router/pkg/apiserver/route_models.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows && cgo
2-
// +build !windows,cgo
32

43
package apiserver
54

src/semantic-router/pkg/apiserver/route_not_implemented.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows && cgo
2-
// +build !windows,cgo
32

43
package apiserver
54

src/semantic-router/pkg/apiserver/route_system_prompt.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows && cgo
2-
// +build !windows,cgo
32

43
package apiserver
54

src/semantic-router/pkg/apiserver/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows && cgo
2-
// +build !windows,cgo
32

43
package apiserver
54

src/semantic-router/pkg/cache/cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ func BenchmarkHybridVsMilvus(b *testing.B) {
17341734
}
17351735
}
17361736
resultsDir := filepath.Join(projectRoot, "benchmark_results", "hybrid_vs_milvus")
1737-
_ = os.MkdirAll(resultsDir, 0755)
1737+
_ = os.MkdirAll(resultsDir, 0o755)
17381738
timestamp := time.Now().Format("20060102_150405")
17391739
csvPath := filepath.Join(resultsDir, fmt.Sprintf("results_%s.csv", timestamp))
17401740
csvFile, err := os.Create(csvPath)

0 commit comments

Comments
 (0)