Skip to content

Commit c76ea83

Browse files
authored
Refactor location of more files (#367)
## Summary - Move a bunch of top level `.go` files into an `impl` package. The only top level go file is now `devbox.go` and it's a simple interface that delegates to `impl/` - Move `testdata` inside `examples` - Add a top level `plugins` directory. This is where the plugin json file will live. Top-level so that we make it easy to contribute. - Move `translation` inside `docs` - Update a few lines in the tests files to make sure they still run from the new location. ## How was it tested? `go test -v ./...`
1 parent 77e2710 commit c76ea83

File tree

332 files changed

+644
-603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

332 files changed

+644
-603
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Thanks to [Nix](https://nixos.org/) for providing isolated shells.
148148

149149
## Translation
150150

151-
- [Chinese](./translation/README-zh-CN.md)
151+
- [Chinese](./docs/translation/README-zh-CN.md)
152152

153153
## License
154154

0 commit comments

Comments
 (0)