separated windows and other platforms to different files, removed signal watcher from windows build file so webhook can actually compile on windows, added string as a source, so you can pass static strings to your scripts without having to wrap them around with other scripts

This commit is contained in:
Adnan Hajdarevic 2015-05-16 13:32:21 +02:00
parent 6053f48b23
commit 4350685330
4 changed files with 271 additions and 2 deletions

View file

@ -1,3 +1,5 @@
//+build !windows
package main
import (
@ -23,7 +25,7 @@ import (
)
const (
version = "2.3.2"
version = "2.3.3"
)
var (