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

Delta Between Two Patch Sets: export_test.go

Issue 6853075: golxc: added configuration reading (Closed)
Left Patch Set: Created 11 years, 4 months ago
Right Patch Set: golxc: added configuration reading Created 11 years, 1 month 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 | « config.go ('k') | golxc_test.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 package golxc 1 package golxc
2 2
3 // ContainerHome returns the name of the container directory. 3 // ContainerHome returns the name of the container directory.
4 func ContainerHome(c *Container) string { 4 func ContainerHome(c *Container) string {
5 return c.containerHome() 5 return c.containerHome()
6 } 6 }
7
8 // SetConfPath allows the manipulation of the LXC
9 // default configuration file.
10 func SetConfPath(cp string) string {
11 » orig := confPath
12 » confPath = cp
13 » return orig
14 }
LEFTRIGHT

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