Versions in this module Expand all Collapse all v0 v0.0.2 Nov 16, 2023 Changes in this version + var LineSeparator = "" + type ParsedMigration struct + DisableTransactionDown bool + DisableTransactionUp bool + DownStatements []string + UpStatements []string + func ParseMigration(r io.ReadSeeker) (*ParsedMigration, error)