This website works better with JavaScript.
Home
Help
Sign In
gisle
/
stufflog3
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Loggest thy stuff
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13
Commits
1
Branch
0
Tags
8.9 MiB
Go
59.1%
Svelte
32.7%
TypeScript
6.5%
Sass
0.7%
HTML
0.5%
Other
0.3%
Tree:
5ec3d938ab
mian
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5ec3d938ab'
${ noResults }
stufflog3
/
internal
/
envvars
/
string.go
7 lines
88 B
Raw
Blame
History
package
envvars
import
"os"
func
String
(
key
string
)
string
{
return
os
.
Getenv
(
key
)
}
Reference in new issue