Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modules: un-modulify libsignalgo and signalmeow #399

Merged
merged 2 commits into from
Dec 30, 2023
Merged

Commits on Dec 30, 2023

  1. 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 <[email protected]>
    sumnerevans committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    9152313 View commit details
    Browse the repository at this point in the history
  2. Run all tests in one step

    tulir authored and sumnerevans committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    6abe80e View commit details
    Browse the repository at this point in the history