wink

command module
v0.0.0-...-c79bdb4 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2022 License: MIT Imports: 6 Imported by: 0

README

wink

A command line utility for tracking time written in Go

Getting Started

TODO

Development

Data Migrations

Migrations are handled using golang-migrate. You will need to install the command line utility migrate to run the necessary commands.

Commands
  • New migration: make newmigration name=<migration_name> - Replace <migration_name> with a brief description of the changes. A good migration name would be something like add_active_column_to_user_table.
  • Migrate up: make migrateup - Runs ALL up migrations.
  • Migrate down: make migratedown - Runs ALL down migrations.

Testing

go test -v ./...

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