Go version 1.21.8.
Goland version 2024.1.4.
readline version v1.5.1
Sample code using example/readline-demo/readline-demo.go
If you don't configure Stdin in readline.Config build, you won't be able to input the
After manually configuring Stdin: os.Stdin it works, but the TAB key and history don't work!
Running in GoLand's terminal panel works fine, only the debug panel doesn't work.

