This website works better with JavaScript.
Explore
Help
Sign In
ElnuDev
/
go-project
Watch
1
Star
0
Fork
You've already forked go-project
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Add Go binary directory to PATH
Browse Source
main
Elnu
1 year ago
parent
9a00bf481c
commit
1bd5096f91
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
3
shell.nix
Unescape
Escape
View File
@ -5,4 +5,7 @@ pkgs.mkShell {
go
go
gopls
gopls
]
;
]
;
shellHook
=
''
export
PATH
=
"
$
H
O
M
E
/
g
o
/
b
i
n
:
$
P
A
T
H
"
''
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
ElnuDev/go-project
Title
Body
Create Issue