Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2)

Delta Between Two Patch Sets: src/cmd/godoc/appconfig.go

Issue 4816053: code review 4816053: godoc: app engine configuration and updated documentation (Closed)
Left Patch Set: Created 13 years, 7 months ago
Right Patch Set: diff -r f09aaf2084a5 https://go.googlecode.com/hg/ Created 13 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/cmd/godoc/appinit.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 // Copyright 2011 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
5 // This file contains configuration information used by
6 // godoc when running on app engine. Adjust as needed
7 // (typically when the .zip file changes).
8
9 package main
10
11 const (
12 // zipFilename is the name of the .zip file
13 // containing the file system served by godoc.
14 zipFilename = "go.zip"
15
16 // zipGoroot is the path of the goroot directory
17 // in the .zip file.
18 zipGoroot = "/home/username/go"
19 )
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b