command
module
Version:
v0.0.0-...-ca65757
Opens a new window with list of versions in this module.
Published: Jul 12, 2019
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gus
Backend for the Personal finance management application, Tars
Getting Started
- Install go 1.12
brew install go@1.12
- Run
go run .
to start the application
Migrations
- Migrations will be run when the applications start up.
- We use a simple package called migrate.
- They are written in raw SQL.
- Each migration has a correspoding
<NAME>.up.sql
and <NAME>.down.sql
file.
If you need to create migrations, install migration cli brew install golang-migrate
.
Then run:
make gen.migration NAME=some_migration_name
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.