go-create a website with gin create website

  • install go 1.11.2
    office website
  • install gin
    github
    1
    2
    go get -u github.com/gin-gonic/gin
    go get -u github.com/gin-gonic/contrib/static

create website

1
2


Q&A

  1. “lldb-server”: executable file not found in $PATH
    preferences-debugger-Use Native Backend

  2. could 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