Project scaffold and general layout. Monorepo.

This commit is contained in:
Phillip Michelsen
2025-04-28 05:05:30 +08:00
parent a982a02104
commit c6986c2828
22 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package identifier
type Identifier struct {
Source string
Subject string
Type string
}