Parcourir la source

Add go:build comments

tags/v2.1.2^2
9seconds il y a 4 ans
Parent
révision
9f6f906786

+ 1
- 0
internal/utils/rlimit.go Voir le fichier

@@ -1,3 +1,4 @@
1
+//go:build !windows
1 2
 // +build !windows
2 3
 
3 4
 package utils

+ 1
- 0
internal/utils/rlimit_windows.go Voir le fichier

@@ -1,3 +1,4 @@
1
+//go:build windows
1 2
 // +build windows
2 3
 
3 4
 package utils

+ 1
- 0
internal/utils/root_context.go Voir le fichier

@@ -1,3 +1,4 @@
1
+//go:build !windows
1 2
 // +build !windows
2 3
 
3 4
 package utils

+ 1
- 0
internal/utils/root_context_windows.go Voir le fichier

@@ -1,3 +1,4 @@
1
+//go:build windows
1 2
 // +build windows
2 3
 
3 4
 package utils

Chargement…
Annuler
Enregistrer