collegedesk

module
v0.0.0-...-f26095a Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2020 License: Apache-2.0

README

CircleCI

Setup Test DB


docker rm -f mydb; docker run --name mydb -e MYSQL_ROOT_PASSWORD=p455w0rd -e MYSQL_DATABASE=blocks -p 3306:3306 -d mysql:5 --character-set-server=utf8 --collation-server=utf8_bin --default-authentication-plugin=mysql_native_password
docker logs -f mydb

# wait until the DB is up
export DATABASE_URL='mysql://root:p455w0rd@/blocks?parseTime=true'
go test ./... -short -v 

Directories

Path Synopsis
Package model it the core of the system for accessing DB.
Package model it the core of the system for accessing DB.
Package s3 imlements wrappers for AWS S3 service
Package s3 imlements wrappers for AWS S3 service

Jump to

Keyboard shortcuts

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