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
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.