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
Want to contribute?
Fork me on
Codeberg.org
!
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.
9a00bf481c
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9a00bf481c'
${ noResults }
go-project
/
shell.nix
9 lines
100 B
Raw
Normal View
History
Unescape
Escape
Initial commit
1 year ago
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
go
Add Go language server
1 year ago
gopls
Initial commit
1 year ago
]
;
}