edit query and graph component

This commit is contained in:
2024-08-22 16:08:05 +07:00
parent d1b04676a7
commit 74d564e303
28 changed files with 1183 additions and 442 deletions

View File

@@ -1,6 +1,8 @@
package utils
import "strings"
import (
"strings"
)
func SplitStrings(text string, count int) string {
words := strings.Split(text, " ")