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

Change in File system to mirror fedimint-ts #6

Merged
merged 6 commits into from
Mar 13, 2024

Conversation

PsychoPunkSage
Copy link
Contributor

New File system tree..

.
├── assets
│   └── fedimint-gophers.png
├── cmd
│   └── main.go
├── flake.nix
├── go.mod
├── go.sum
├── pkg
│   └── fedimint
│       ├── client.go
│       └── types
│           ├── common.go
│           └── modules
│               ├── ln.go
│               ├── mint.go
│               └── wallet.go
└── README.md

All the imports have been taken care of. Added a new package called modules. Imported it in all the required places.

Copy link
Owner

@Kodylow Kodylow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm tyvm

@Kodylow Kodylow merged commit 867cf23 into Kodylow:master Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants