-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules: un-modulify libsignalgo and signalmeow
I don't see any reason why they should have their own go.mod. I think this is legacy from when I had them in separate repositories. If we ever need to split those packages out into their own repo, we can just: 1. Copy the directories to a new repo 2. Copy the go.mod/go.sum files 3. Run `go mod tidy` in this repo and the new repo. This commit also removes the go.work and go.work.sum files. Signed-off-by: Sumner Evans <me@sumnerevans.com>
- Loading branch information
1 parent
fb18dce
commit d865b26
Showing
7 changed files
with
4 additions
and
224 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.