Initial D-InSAR bundle restore tool
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package main
|
||||
|
||||
import "errors"
|
||||
|
||||
func runGUI() error {
|
||||
return errors.New("GUI mode is only supported on Windows")
|
||||
}
|
||||
Reference in New Issue
Block a user