Skip to content

Commit

Permalink
Merge pull request #12 from visualfc/todo
Browse files Browse the repository at this point in the history
parseSymbol: TODO
  • Loading branch information
xushiwei authored Jun 16, 2023
2 parents 71b0e37 + 6d05da0 commit d8560af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modfile/rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ var (
symbolRE = regexp.MustCompile("\\*?[A-Z]\\w*")
)

// TODO: to be optimized
func parseSymbol(s *string) (t string, err error) {
t, err = parseString(s)
if err != nil {
Expand Down

0 comments on commit d8560af

Please sign in to comment.