mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-31 09:42:28 +00:00
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:
parent
6053f48b23
commit
4350685330
4 changed files with 271 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
//+build !windows
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
@ -23,7 +25,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
version = "2.3.2"
|
||||
version = "2.3.3"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue