fix: goctl not compile on windows (#1500)

This commit is contained in:
Kevin Wan
2022-02-01 13:58:08 +08:00
committed by GitHub
parent ec299085f5
commit 8f46eab977
3 changed files with 39 additions and 19 deletions

View File

@@ -0,0 +1,7 @@
//go:build windows
// +build windows
package migrate
func cancelOnSignals() {
}