feat: user & article: dev complete

This commit is contained in:
fallen-angle
2022-02-27 16:36:33 +08:00
parent 4f3b16ab9d
commit 80ca1cd46e
33 changed files with 2373 additions and 185 deletions

View File

@@ -2,6 +2,8 @@ package utils
type void struct{}
// This is set with generic
type Set[T comparable] struct {
setMap map[T]void
}