Commit Graph

3 Commits

Author SHA1 Message Date
Andrew Farries
813f95fe7d
Change module name (#60)
Change the module name to match its import path.

In order for `pg-roll` to be usable as a module we need the be able to
import `"github.com/xataio/pg-roll/pkg/roll"` etc from other modules.
Changing the name of the module to match its import path ensures that
this is possible.
2023-08-22 09:27:58 +01:00
Carlos Pérez-Aradros Herce
6c4748916c
Add linter to tests (#9)
Found some lint warnings, let's have them in CI
2023-06-27 16:33:50 +01:00
Carlos Pérez-Aradros Herce
bdaf08f54c Initial commit
Basic skeleton and simple op
2023-06-22 17:30:40 +02:00