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.

tech.go 372 B

1234567891011
  1. package structs
  2. type TechRepo struct {
  3. Url string `json:"url"`
  4. TechNo string `json:"no"`
  5. Institution string `json:"institution"`
  6. uid string `json:"uid"` //启智项目uid
  7. repo_name string `json:"repo_name"` //启智项目名称
  8. topics string `json:"topics"` //关键词
  9. description string `json:"description"` //简介
  10. }