Add support for solaris

This commit is contained in:
Nahum Shalman
2025-01-07 06:37:37 -08:00
committed by Brad Fitzpatrick
parent 6dd762fa3d
commit 35a0c7bd7e
4 changed files with 57 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build go1.15 && (linux || darwin || freebsd)
//go:build go1.15 && (linux || darwin || freebsd || illumos || solaris)
package peercred