Cross-compile macOS and Windows builds (#89)

Adds support for cross-compiling macOS and Windows builds with cgo (using https://github.com/techknowlogick/xgo).

Closes #41
This commit is contained in:
Adrian Macneil 2019-09-18 22:30:59 +12:00 committed by GitHub
parent 23d48e48aa
commit aa72a39a29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 46 additions and 22 deletions

2
go.mod
View file

@ -1,5 +1,7 @@
module github.com/amacneil/dbmate
go 1.13
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-sql-driver/mysql v1.4.1