add go report badge

This commit is contained in:
kevin
2020-08-19 16:10:43 +08:00
parent 9e14820698
commit e79c42add1
4 changed files with 10 additions and 9 deletions

View File

@@ -99,8 +99,6 @@ func (s rootState) processToken(token string, annos []spec.Annotation) (state, e
switch token {
case infoDirective:
return newInfoState(s.baseState), nil
//case typeDirective:
//return newTypeState(s.baseState, annos), nil
case serviceDirective:
return newServiceState(s.baseState, annos), nil
default: