You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package structs
-
- type TechRepo struct {
- Url string `json:"url"`
- TechNo string `json:"no"`
- Institution string `json:"institution"`
- uid string `json:"uid"` //启智项目uid
- repo_name string `json:"repo_name"` //启智项目名称
- topics string `json:"topics"` //关键词
- description string `json:"description"` //简介
- }
|