-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge the api module back into the main module
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
Showing
9 changed files
with
13 additions
and
431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.