mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 18:53:43 +08:00
add API to remove API key, set chat roles
This commit is contained in:
11
test/test.go
Normal file
11
test/test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
var data = make(map[string]string)
|
||||
fmt.Println(data["key"] == "")
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user