liminggui
liminggui
参考 https://community.ui.com/questions/Golang-support-on-ER-X/7dd19ca6-3eee-4bb6-a4c6-8e5ea0fb37a0 > 基于Cavium平台,如 ER-Lite-3 ``` $ GOOS=linux GOARCH=mips go build -o mybinary $ scp mybinary user@ip:/home/user ``` > 基于Mediatek平台,如 ER-X ``` $ GOOS=linux GOARCH=mipsle go build -o mybinary $...
go run client.go client.go:8:2: cannot find package "server/buffer" in any of:
code == ``` package main import ( "fmt" "github.com/tidwall/gjson" ) func main() { ret := []byte(`{ "result": { "data": [ {"data": [{"type": "quan", "value": 1}, {"type": "quan", "value": 2}, {"type":...
### Self Checks - [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. -...