Index: appengine/apigen_examples/dumb_counter_mvm/README.md |
diff --git a/appengine/apigen_examples/dumb_counter_mvm/README.md b/appengine/apigen_examples/dumb_counter_mvm/README.md |
deleted file mode 100644 |
index 9dee7da2270798abf39c0066fea1dcb1a66b7b06..0000000000000000000000000000000000000000 |
--- a/appengine/apigen_examples/dumb_counter_mvm/README.md |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-luci-go: `apigen` Tool Examples |
-========================================== |
- |
-This package implements a simple AppEngine v2 counter service as a Managed VM. |
- |
-Code layout |
------------ |
- |
- * [dumb_counter_mvm/service]( |
- https://github.com/luci/luci-go/tree/master/appengine/apigen_examples/dumb_counter_mvm/service) |
- contains the service code. |
- * [dumb_counter_mvm/api]( |
- https://github.com/luci/luci-go/tree/master/appengine/apigen_examples/dumb_counter_mvm/api) |
- contains the API generated by running |
- `go generate github.com/luci/luci-go/appengine/apigen_examples/dumb_counter_mvm/service`. |