proper formatting
This commit is contained in:
parent
6056219845
commit
9e873d0712
|
|
@ -159,7 +159,6 @@ var (
|
||||||
Method = SymbolElementType("Method")
|
Method = SymbolElementType("Method")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
type symbolDescription struct {
|
type symbolDescription struct {
|
||||||
FullyQualifiedName string
|
FullyQualifiedName string
|
||||||
ElementType SymbolElementType
|
ElementType SymbolElementType
|
||||||
|
|
@ -168,7 +167,6 @@ type symbolDescription struct {
|
||||||
Template string
|
Template string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func (s *multiString) String() string {
|
func (s *multiString) String() string {
|
||||||
return strings.Join(*s, ",")
|
return strings.Join(*s, ",")
|
||||||
}
|
}
|
||||||
|
|
@ -435,7 +433,7 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fqn := dsc.GetFullyQualifiedName()
|
fqn := dsc.GetFullyQualifiedName()
|
||||||
currentSymbol := symbolDescription{FullyQualifiedName:fqn}
|
currentSymbol := symbolDescription{FullyQualifiedName: fqn}
|
||||||
|
|
||||||
var elementTypeDescription string
|
var elementTypeDescription string
|
||||||
switch d := dsc.(type) {
|
switch d := dsc.(type) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue