manchurio
manchurio
## OS Windows ## VERSION 1.5.1 ## ISSUE DESCRIPTION  在这个输入框里面直接回车, 会导致窗口关闭,并且弹出 错误 
**Describe the solution you'd like** 作为网关用, 希望支持websocket
## Describe the feature 支持JSON_REMOVE删除某个key ## Motivation 业务还是需要用到的 ## Related Issues
```go package main import ( "fmt" "github.com/felixge/fgprof" "net/http" "os" "time" ) func main() { cpuf, err := os.Create("fgprof.out") if err != nil { return } stop := fgprof.Start(cpuf, fgprof.FormatPprof) defer...