fleet/server/goose
Victor Lyuboslavsky e2d9a9016c
Add gosimple linter (#23250)
#23249

Add gosimple linter to golangci-lint CI job.
2024-10-29 14:17:51 -05:00
..
cmd/goose
create.go
dialect.go
down.go
goose.go
LICENSE
migrate.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
migrate_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
migration.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
migration_sql.go Add gosimple linter (#23250) 2024-10-29 14:17:51 -05:00
migration_sql_test.go
README.md
redo.go
status.go
up.go
util.go
version.go

goose

Goose is a database migration tool. Manage your database's evolution by creating incremental SQL files or Go functions.

Contents

The contents in this directory are a copy (made in December 2023) of https://github.com/fleetdm/goose which is a fork of https://github.com/pressly/goose with some customizations for working with Fleet.