浏览代码

Change comments on dataPackage fields

master
GeertJohan 10 年前
父节点
当前提交
7bc102f628
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      interface.go

+ 3
- 3
interface.go 查看文件

@@ -166,9 +166,9 @@ func init() {
}

type dataPackage struct {
Repo *Repo // repo object
LatestVersions VersionList // versionlist containing only the latest version for each major
FullVersion Version // full version that the requeste version resolves to
Repo *Repo
LatestVersions VersionList // Contains only the latest version for each major
FullVersion Version // Version that the major requested resolves to
}

func renderInterface(resp http.ResponseWriter, req *http.Request, repo *Repo) {


正在加载...
取消
保存