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

Refactor example directory #322

Merged
merged 7 commits into from
Apr 13, 2024

Conversation

KEINOS
Copy link
Sponsor Contributor

@KEINOS KEINOS commented Apr 13, 2024

This PR revamps the directory structure for examples.

$ tree ./_examples
./_examples
├── go.work
├── db_search
│   ├── README.md
│   ├── go.mod
│   ├── go.sum
│   └── main.go
├── tokenize
│   ├── go.mod
│   ├── go.sum
│   └── main.go
├── user_dict
│   ├── go.mod
│   ├── go.sum
│   ├── main.go
│   └── userdict.txt
├── wakati
│   ├── go.mod
│   ├── go.sum
│   └── main.go
└── wasm
    ├── README.md
    ├── go.mod
    ├── go.sum
    ├── kagome.html
    └── main.go

6 directories, 20 files

@KEINOS KEINOS force-pushed the revamping-example-directory branch from 05ed21b to 781ec44 Compare April 13, 2024 04:50
@KEINOS KEINOS force-pushed the revamping-example-directory branch from 781ec44 to 63cabe1 Compare April 13, 2024 05:10
Sometimes `brew upgrade` of Graphviz action fails on macOS runner while upgrading python packages.

This error is based on the below issue:
- actions/setup-python#577

Re-linking python will fix this problem:
- Ref: Homebrew/homebrew-core#165793 (comment)
@KEINOS KEINOS force-pushed the revamping-example-directory branch 4 times, most recently from 45d6a70 to b1b3e5c Compare April 13, 2024 10:11
@KEINOS KEINOS force-pushed the revamping-example-directory branch from b1b3e5c to b65900b Compare April 13, 2024 10:11
@ikawaha
Copy link
Owner

ikawaha commented Apr 13, 2024

Great! Thank you!

@ikawaha ikawaha merged commit 907eda5 into ikawaha:develop Apr 13, 2024
7 checks passed
@KEINOS KEINOS deleted the revamping-example-directory branch April 14, 2024 00:09
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