Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: mojo/go/tests/test_enums.mojom

Issue 1945103002: Go bindings: Don't import 'fmt' unless it is needed. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/go/tests/enums_test.go ('k') | mojo/public/tools/bindings/generators/mojom_go_generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/go/tests/test_enums.mojom
diff --git a/mojo/public/interfaces/bindings/tests/test_enums.mojom b/mojo/go/tests/test_enums.mojom
similarity index 69%
copy from mojo/public/interfaces/bindings/tests/test_enums.mojom
copy to mojo/go/tests/test_enums.mojom
index f3c09972b0b09afa7fec9c9bf9c36c4ebb612d69..398807363246195f9217dff5f55865256ef7e36c 100644
--- a/mojo/public/interfaces/bindings/tests/test_enums.mojom
+++ b/mojo/go/tests/test_enums.mojom
@@ -1,5 +1,4 @@
-[DartPackage="_mojo_for_test_only"]
-module mojo.test;
+module mojo.go.test;
enum TestEnum {
TEST = 0,
« no previous file with comments | « mojo/go/tests/enums_test.go ('k') | mojo/public/tools/bindings/generators/mojom_go_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698