add:projects page
This commit is contained in:
8
constants/projects.go
Normal file
8
constants/projects.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package constants
|
||||
|
||||
type Project struct {
|
||||
Url string
|
||||
Name string
|
||||
Description string
|
||||
TechTags []string
|
||||
}
|
||||
Reference in New Issue
Block a user