Skip to content

Commit

Permalink
support enum , fix field sort bug , ,add messagedesc 、add field desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaelemmmm committed Apr 1, 2022
1 parent 1ebc2d9 commit b63b2bd
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 49 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ _testmain.go
*.exe
*.test
*.prof

.idea
.idea/*
.idea/**
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/runConfigurations.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/sql2pb.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

1 change: 0 additions & 1 deletion core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,6 @@ func parseColumn(s *Schema, msg *Message, col Column) error {
return nil
}

//是否在slice中
func isInSlice(slice []string, s string) bool {
for i, _ := range slice {
if slice[i] == s {
Expand Down

0 comments on commit b63b2bd

Please sign in to comment.