loulazynote / go-start

Go 開發環境驗證專案

Home Page:https://www.facebook.com/will.fans/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go 開發環境驗證專案

驗證步驟

  1. 下載專案

    git clone https://github.com/doggy8088/go-start.git && cd go-start
  2. 執行專案

    go run .
  3. 開啟 Visual Studio Code 編輯器

    code .
  4. 按下 Ctrl-Shift-B 建置專案

    檢查 dist/ 資料夾是否有建置後的執行檔!

  5. 執行建置成品

    macOS/Linux

    cd dist && ./go-start

    Windows

    cd dist && go-start.exe
  6. 確認 dist/gorm.db 資料庫已被建立,並從 VSCode 開啟 gorm.db 資料庫 (使用 SQLite 擴充套件)

    1-open-sqlite

    2-show-table

About

Go 開發環境驗證專案

https://www.facebook.com/will.fans/

License:MIT License


Languages

Language:Go 100.0%