-
Notifications
You must be signed in to change notification settings - Fork 70
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
refactor: Modualize the samples so that they can be gonew #130
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
248ec97
refactor: Modularization
ikawaha 25a9423
refactor: Modularization
ikawaha d7e4326
refactor: Modularization
ikawaha 73e3a26
chore: Fix the gen target
ikawaha 2621595
refactor: Modularization
ikawaha 314ee07
refactor: Modularization
ikawaha c0af3a6
refactor: Modularization
ikawaha 8e139a9
refactor: Modularization
ikawaha 1da7af2
refactor: Modularization
ikawaha 3698eea
refactor: Modularization
ikawaha f517485
refactor: Modularization
ikawaha 6c45394
refactor: Modularization
ikawaha a1ef73c
refactor: Modularization
ikawaha 03c74ca
refactor: Modularization
ikawaha 746a83d
chore: Remve unused files
ikawaha e5c2eaa
chore: Update
ikawaha 9d972bd
fix: Fix copy errors
ikawaha 64689f5
Merge remote-tracking branch 'origin/master' into refact/modularization
ikawaha 465e3c2
chore: go mod tidy
ikawaha 94ef080
chore: Add temporarily replacing
ikawaha f700e77
Add information about cloning templates using command
ikawaha e0823af
doc: Fix gonew command in README
ikawaha 772a41a
chore: Temporary remove
ikawaha d9ffbdc
doc: Add Goa clue example information to README
ikawaha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be
gonew goa.design/examples/basic@latest github.com/<your_repo>/basic
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooops, fixed in e0823af