Merge pull request #14 from redanthrax/UnixSupport

added unix support/tested builds
This commit is contained in:
Dan 2022-06-22 13:27:09 -07:00 committed by GitHub
commit b0a1b6335d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
//go:build !windows
// +build !windows
/*
Copyright 2022 AmidaWare LLC.

View File

@ -1,3 +1,6 @@
//go:build !windows
// +build !windows
/*
Copyright 2022 AmidaWare LLC.