pehpeh API server in golang
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

9 行
139B

  1. module pehpeh.dev/api
  2. go 1.14
  3. require (
  4. git.thevis.us/skepto/env v0.0.0-20200712040037-f8a5c3d1b0fa
  5. git.thevis.us/skepto/rex v0.10.0
  6. )