Files

581 B

Hanzo Golang Migrate

Overview

Go module: github.com/golang-migrate/migrate/v4

Tech Stack

  • Language: Go

Build & Run

go build ./...
go test ./...

Structure

golang-migrate/
  CONTRIBUTING.md
  Dockerfile
  Dockerfile.circleci
  Dockerfile.github-actions
  FAQ.md
  GETTING_STARTED.md
  LICENSE
  MIGRATIONS.md
  Makefile
  README.md
  SECURITY.md
  cli/
  cmd/
  database/
  dktesting/

Key Files

  • README.md -- Project documentation
  • go.mod -- Go module definition
  • Makefile -- Build automation
  • Dockerfile -- Container build