APILib

command module
v0.0.0-...-0451a45 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2019 License: MIT Imports: 4 Imported by: 0

README

APILib

這是用golang練習時製作的一些API套件,歡迎參閱。

入門

在後面的流程將依序介紹-環境安裝、套件安裝、套件使用

環境安裝

以下將以Windows環境為例。下載安裝包後,進行安裝,不用特別設定。


  • 步驟二 - 參考以下圖片依序進行安裝

  • 步驟三 - 環境變數設定,請在 電腦(右鍵) --> 內容 --> 進階系統設定 --> 環境變數 --> 選擇 Path --> 編輯,在其中加入:%GOPATH%;

  • 步驟四 - 開啟CMD,並輸入go。若出現資訊如下圖,表示成功。

安裝套件&更新

以下將介紹如何下載此套件。

go get github.com/PietaTony/APILib

即可下載成功。

更新基本上跟下載一樣,只需多加個-u即可。

go get -u github.com/PietaTony/APILib

運行測試

我們可以將test.go這個檔案,複製置任意處,並且在CMD中下達以下指令來進行測試。

go run test.go
go API

可以使用go的語法同時運行多個API,但切記,要注意在使用go的語法時,主程式必須持續運行,不然可能會讓整個程式預期外的時間結束。

首先先引入GIN套件

go get github.com/gin-gonic/gin

接著運行API Server

go run APIServer.go
And coding style tests

Explain what these tests test and why

Give an example

部屬

Add additional notes about how to deploy this on a live system

內置

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

作者

  • Tony Liu - Initial work - Pieta

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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