tools: Shuffle go code into an idiomatic tree

main packages usually go under a `cmd` directory.
Hoist utility packages to the root `src` directroy so they can be shared.

Change-Id: I0c221f6cd39980f5c202c030cd5134d775533efa
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/50901
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: David Neto <dneto@google.com>
This commit is contained in:
Ben Clayton
2021-05-14 18:47:33 +00:00
committed by Commit Bot service account
parent dc4e6c1844
commit 54f4a21ee0
14 changed files with 51 additions and 23 deletions

1
.gitignore vendored
View File

@@ -22,3 +22,4 @@ third_party/llvm-build
third_party/spirv-headers
third_party/spirv-tools
tools/clang
tools/bin