igotcha

Results 5 issues of igotcha

如题: https://cn.dubbo.apache.org/zh-cn/overview/what/ecosystem/tracing/opentelemetry/ https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/tutorial/governance/tracing/opentelmentry/

enhancement

### Your config.toml ```toml [DB] # postgres: host=%s port=%s user=%s dbname=%s password=%s sslmode=%s # postgres: DSN="host=127.0.0.1 port=5432 user=root dbname=n9e_v6 password=1234 sslmode=disable" DSN = "root:1234@tcp(127.0.0.1:3306)/n9e_v6?charset=utf8mb4&parseTime=True&loc=Local&allowNativePasswords=true" # enable debug mode or not...

After :PlugInstall got error: ``` vim-go fatal: invalid reference: * ``` and ``` Error on notification "jumpDefinition": definition provider not found for current buffer, your language server don't support it....

When json string contains numerous '\\' (eg: Windows file path), "decoder.decodeEscapeString" will do too many memory move works. This is my pprof graph: ![image](https://github.com/goccy/go-json/assets/1487563/5a66bd57-1af6-4d89-8312-ba7edb118009) And I think the problem is...

go install github.com/zhimiaox/[email protected]: 1.051 go: downloading github.com/zhimiaox/nsq-auth v1.0.4 6.281 go: github.com/zhimiaox/[email protected]: github.com/zhimiaox/[email protected]: parsing go.mod: 6.281 module declares its path as: github.com/nsq-auth 6.281 but was required as: github.com/zhimiaox/nsq-auth