We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4602082 commit d7d9994Copy full SHA for d7d9994
getenv.go
@@ -1,22 +1,23 @@
1
// Package getenv provides functionality for loading environment variables and parse them into go builtin types.
2
+//
3
// Types supported:
-// - string
4
-// - []string
5
-// - int
6
-// - []int
7
-// - int64
8
-// - []int64
9
-// - uint64
10
-// - []uint64
11
-// - uint
12
-// - []uint
13
-// - uint32
14
-// - []uint32
15
-// - float64
16
-// - []float64
17
-// - time.Time
18
-// - time.Duration
19
-// - bool
+// - string
+// - []string
+// - int
+// - []int
+// - int64
+// - []int64
+// - uint64
+// - []uint64
+// - uint
+// - []uint
+// - uint32
+// - []uint32
+// - float64
+// - []float64
+// - time.Time
+// - time.Duration
20
+// - bool
21
package getenv
22
23
import (
0 commit comments