Versions in this module Expand all Collapse all v1 v1.0.0 Sep 19, 2024 Changes in this version + var LineSeparator = "" + type ParsedMigration struct + DisableTransactionDown bool + DisableTransactionUp bool + DownStatements []string + UpStatements []string + func ParseMigration(r io.ReadSeeker) (*ParsedMigration, error)