go-start

command module
v0.0.0-...-834dc38 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2020 License: MIT Imports: 4 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL