Results 12 issues of aries

操作系统:win10 子系统:wsl2 ubuntu 22.4 好像在wsl2中gowatch无法运行我的程序啊 我用go run main.go就可以运行 ![1699703017754](https://github.com/silenceper/gowatch/assets/2550216/366d7e4c-4ec3-4207-b9c6-883808e1a13c) 到./ is running...这一步就不动了 用go run main.go就正常了 ![image](https://github.com/silenceper/gowatch/assets/2550216/be6eb26e-4e96-4a46-a564-71b8df61ed8b)

### 这个功能解决了什么问题 @enter的时候想去后端请求数据 ### 你建议的方案是什么 开启懒加载功能

没看到判断access_token是否过期的方法呀?

### 这个功能解决了什么问题 能够更灵活的提供搜索建议 ### 你建议的方案是什么 增加search方法,用来搜索更多的内容,而不是固定好建议列表

``` goroutine 1 [running]: modernc.org/libc.newFile(0xf1cd00?, 0x10cbd70?) D:/env/gopkg/mod/modernc.org/[email protected]/libc_windows.go:293 +0x9e modernc.org/libc.init() D:/env/gopkg/mod/modernc.org/[email protected]/libc.go:56 +0x14a5 2024-04-01 11:53:49,948 INFO 8372 [ee-core] [corss/process] received a exit from child-process, code:2, signal:null, pid:5692 ````

保存信息如下: ```bash goroutine 1 [running]: modernc.org/libc.newFile(0xf1cd00?, 0x10cbd70?) D:/env/gopkg/mod/modernc.org/[email protected]/libc_windows.go:293 +0x9e modernc.org/libc.init() D:/env/gopkg/mod/modernc.org/[email protected]/libc.go:56 +0x14a5 2024-04-01 11:53:49,948 INFO 8372 [ee-core] [corss/process] received a exit from child-process, code:2, signal:null, pid:5692 ``` 从字面信息看是用了```c``` ### 可是我在终端中直接运行这个go的程序是可以正常运行的

如图: ![image](https://github.com/vicanso/go-charts/assets/2550216/5b3d5afb-2ef6-4e16-bfff-dc3cdcff9f02) 我试了下,把itemsMan设置为正数,itemsWoman设置为负数,出来的结果不对,是下面这种效果 ![image](https://github.com/vicanso/go-charts/assets/2550216/9c3e9c98-2eeb-4f69-be38-5721f3912b1d) ```golang itemsMan := make([]float64, 0) itemsWoman := make([]float64, 0) for _, v := range dbData.Series { if v.Name == "男士" { for _, d := range...

Modify the format of the service name in Polaris registration and discovery