chore: Convert assets from bindatafs to go embeds (#16066)

* Convert assets from bindatafs to go embeds
* Add command/asset to "uninteresting" list for missing test check
* Remove generate-examples target
* Update paths in tests
This commit is contained in:
Charlie Voiselle
2023-02-10 12:02:29 -05:00
committed by GitHub
parent 1eabc36e3a
commit 7da6ade4f0
13 changed files with 58 additions and 370 deletions

View File

@@ -147,6 +147,9 @@ var uninteresting = []string{
// main
".",
// go embed assets
"command/asset",
// testing helpers
"ci",
"client/testutil",