Skip to content

Commit

Permalink
Go: Ignore Go workspace file go.work
Browse files Browse the repository at this point in the history
With Go 1.18, support for Go workspaces will land.
Go workspaces are configured in `go.work`, which
contains paths to local development versions of
modules and therefore is not expected to be
commited.

See:
* golang/go#45713
  • Loading branch information
breml committed Nov 13, 2021
1 parent cdd9e94 commit fbc053f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Go.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work

0 comments on commit fbc053f

Please sign in to comment.