separate constants to their own file

This commit is contained in:
Chao Xu
2017-04-07 11:21:04 -07:00
parent 8b2782a311
commit 2e44bb1c3b
6 changed files with 136 additions and 100 deletions

View File

@@ -11,6 +11,7 @@ load(
go_library(
name = "go_default_library",
srcs = [
"annotation_key_constants.go",
"defaults.go",
"doc.go",
"field_constants.go",