Browse Source

Change comments on dataPackage fields

master
GeertJohan 10 years ago
parent
commit
7bc102f628
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      interface.go

+ 3
- 3
interface.go View File

@@ -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) {


Loading…
Cancel
Save