8000 GitHub - righ/gorp-tips
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

righ/gorp-tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo has some gorp tips.

  • unit test with mysql.
    • store and reset data in each cases.
  • execute sql written in a go-template.

Try

Setup

$ docker-compose up # -d
$ docker exec -it gorp /bin/bash
# cd src/

Exec

~/src# go run main_without_template.go
~/src# go run main_with_template.go
~/src# go run main_with_template_in_bin.go

Test

~/src# go test repositories/jet_repository_test.go
ok      command-line-arguments  0.030s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0