Skip to content

Commit

Permalink
Merge the api module back into the main module
Browse files Browse the repository at this point in the history
Go dependencies are handled by package, not by module, and per-package
splits are handled correctly. Having a separate package makes it
easier to track dependencies, but it can cause friction when handling
sub-module updates, and it leads to difficulties with go install (see
<golang/go#44840>).

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed Dec 7, 2021
1 parent 8497706 commit 141c4a0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 819 deletions.
178 changes: 0 additions & 178 deletions api/LICENSE

This file was deleted.

10 changes: 0 additions & 10 deletions api/go.mod

This file was deleted.

Loading

0 comments on commit 141c4a0

Please sign in to comment.