Skip to content

ConSol/sakuli-go-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform-independent Sakuli-Starter in Go

Compile by your self

Requirements:

  • Go 1.5

Installation

go get github.com/ConSol/sakuli-go-wrapper
  • Own OS
go build github.com/ConSol/sakuli-go-wrapper
  • Cross-Platform (Example is for compiling on Windows for Linux)
set GOOS=linux
set GOARCH=386
go build github.com/ConSol/sakuli-go-wrapper
  • Build windows and linux binary
make

or

mvn install
  • IntelliJ Settings go settings intellij

Usage

Execute:

mvn install && target/classes/sakuli -help