mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Keep -vet happy
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
package os
|
package os
|
||||||
|
|
||||||
import win32 "core:sys/windows"
|
import win32 "core:sys/windows"
|
||||||
import "core:mem"
|
|
||||||
|
|
||||||
// lookup_env gets the value of the environment variable named by the key
|
// lookup_env gets the value of the environment variable named by the key
|
||||||
// If the variable is found in the environment the value (which can be empty) is returned and the boolean is true
|
// If the variable is found in the environment the value (which can be empty) is returned and the boolean is true
|
||||||
|
|||||||
Reference in New Issue
Block a user