An open API service indexing awesome lists of open source software.

https://github.com/consol/sakuli-go-wrapper

Platform-independent Sakuli-Starter in Go
https://github.com/consol/sakuli-go-wrapper

Last synced: 7 months ago
JSON representation

Platform-independent Sakuli-Starter in Go

Awesome Lists containing this project

README

          

## Platform-independent Sakuli-Starter in Go
### Compile by your self
#### Requirements:
- Go 1.5

#### Installation
```bash
go get github.com/ConSol/sakuli-go-wrapper
```

- Own OS
```bash
go build github.com/ConSol/sakuli-go-wrapper
```

- Cross-Platform (Example is for compiling on Windows for Linux)
```bash
set GOOS=linux
set GOARCH=386
go build github.com/ConSol/sakuli-go-wrapper
```

- Build windows and linux binary
```bash
make
```
or
```
mvn install
```
- IntelliJ Settings
![go settings intellij](.pics/go_config_intellij.png)

### Usage

Execute:

mvn install && target/classes/sakuli -help