Files
personal-site/constants/projects.go
2026-03-09 01:27:59 +09:00

9 lines
125 B
Go

package constants
type Project struct {
Url string
Name string
Description string
TechTags []string
}