fix: normalize license OR parentheses #12
Reference in New Issue
Block a user
Delete Branch "Jvlegod/go2spec:fix-license-or-parentheses"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
在只有
OR的情况下发现了License: (Apache-2.0 OR MIT OR Unicode-DFS-2016)这种写法.样例: github.com/apparentlymart/go-textseg/v15
修复之后生成:
License: Apache-2.0 OR MIT OR Unicode-DFS-2016