go-create a website with gin
setup environment
- install go 1.11.2
office website - install gin
githubgo get -u github.com/gin-gonic/gin
go get -u github.com/gin-gonic/contrib/static
create website
Q&A
“lldb-server”: executable file not found in $PATH
preferences-debugger-Use Native Backendcould not launch process: decoding dwarf section info at offset 0x0: too short。
1、更新dlv,go get -u github.com/derekparker/delve/cmd/dlv
2、修改Goland的配置,Help->Edit Custom Properties中增加新版dlv的路径配置:dlv.path=/path/go/bin/dlv