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

feat: add types and util #10

Merged
merged 43 commits into from
Dec 26, 2023
Merged

feat: add types and util #10

merged 43 commits into from
Dec 26, 2023

Conversation

Zygimantass
Copy link
Contributor

No description provided.

@Zygimantass Zygimantass force-pushed the zygis/add-util-and-types branch from 6e06cd8 to 5d0332f Compare December 21, 2023 22:43
Copy link
Contributor

@nivasan1 nivasan1 left a comment

Choose a reason for hiding this comment

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

lgtm w/ question

@@ -20,10 +20,13 @@ jobs:
with:
go-version: 1.21.3
- uses: actions/checkout@v4
- name: initialize workspace
run: |
go work init ||:
Copy link
Contributor

Choose a reason for hiding this comment

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

does the linter fail w/o workspace init?

@@ -0,0 +1,3 @@
module github.com/skip-mev/petri/util
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like for now there's no need to make this a submodule? All dependencies are stdlib. Maybe I'm missing smth tho

@nivasan1
Copy link
Contributor

hmm... looks like linter is failing despite us initializing the workspace? Are we inserting the correct use directives? I.e go work use ./util

@Zygimantass Zygimantass merged commit c8037d6 into main Dec 26, 2023
5 checks passed
@Zygimantass Zygimantass deleted the zygis/add-util-and-types branch January 31, 2024 17:04
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