feat(struct_tags): add :GoTagClear

This commit is contained in:
Oliver 2025-03-19 15:54:00 +02:00 committed by Oleksandr Smirnov
parent 10abcb661e
commit 07f86d669b
No known key found for this signature in database
6 changed files with 50 additions and 5 deletions

View file

@ -43,6 +43,7 @@ gopher.comment = require("gopher.comment").comment
gopher.tags = {
add = tags.add,
rm = tags.remove,
clear = tags.clear,
}
gopher.test = {