Skip to content

Commit

Permalink
go: Initial commit
Browse files Browse the repository at this point in the history
Common packages for working on Go projects. I frequently use this with:

- https://github.com/flox/flox-direnv

And the following in `.envrc`:

    use flox --remote floxenvs/go
  • Loading branch information
dcarley committed Oct 16, 2024
1 parent c5208f4 commit 620fb3c
Show file tree
Hide file tree
Showing 4 changed files with 887 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go/.flox/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
run/
cache/
lib/
log/
4 changes: 4 additions & 0 deletions go/.flox/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "go",
"version": 1
}
Loading

0 comments on commit 620fb3c

Please sign in to comment.