Skip to content

Commit a19686b

Browse files
committed
optimize code
1 parent 836157c commit a19686b

File tree

1 file changed

+0
-1
lines changed
  • GoRouter-Gradle-Plugin/src/main/kotlin/com/wyjson/router/gradle_plugin/model

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.wyjson.router.gradle_plugin.model
22

33
data class RouteHelperModel(
4-
val readme: String = "Do not delete this file, which is important to the GoRouter helper function!!!",
54
val services: HashMap<String, ServiceModel> = HashMap(),
65
val routes: HashMap<String, List<RouteModel>> = HashMap()
76
)

0 commit comments

Comments
 (0)