Update Go docs
git-svn-id: file:///srv/svn/repo/toyohime/trunk@25 922d331f-388e-da47-97a9-ad700dc0b8b9
This commit is contained in:
parent
2dbed86b63
commit
4208ecfe19
@ -6,9 +6,10 @@ import (
|
||||
)
|
||||
|
||||
type (
|
||||
// Path is the path component of the request sent by Go tool or browser.
|
||||
// Path is the path component of the HTTP request sent by Go tool or browser.
|
||||
Path string
|
||||
// Package defines Go package that has vanity import defined.
|
||||
// Package defines Go package that has vanity import defined by Path,
|
||||
// VCS system type and VCS URL.
|
||||
Package struct {
|
||||
// Path is path component of vanity url.
|
||||
Path Path
|
||||
|
Loading…
x
Reference in New Issue
Block a user