Skip to content

yueheng-li/restfulandgocql

Repository files navigation

restfulandgocql

createdata.goを実行し、スペースとテーブルを作成し、データをデータベースへ導入しておいてください。

一つgoファイルを作成し、下記のコードを実行してみてください。 package main import ( "net/http" "log" "accenrkt" )

func main() {

router := accenrky.NewRouter()


log.Fatal(http.ListenAndServe(":8080", router))

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages