working on removing dependency on cfssl.

This commit is contained in:
2023-05-06 13:25:30 -07:00
parent 34982c122f
commit 984baa6bb4
32 changed files with 2009 additions and 158 deletions
+1
View File
@@ -4,6 +4,7 @@ go_library(
name = "config",
srcs = [
"config.go",
"path.go",
"path_linux.go",
],
importpath = "git.wntrmute.dev/kyle/goutils/config",
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build ignore
// +build ignore
//go:build !linux
// +build !linux
package config