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

Unified Diff: present/appengine.go

Issue 11798043: code review 11798043: go.talks/present: use moved playground package (Closed)
Patch Set: diff -r dd84e6e4aecd https://code.google.com/p/go.talks Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: present/appengine.go
===================================================================
--- a/present/appengine.go
+++ b/present/appengine.go
@@ -7,8 +7,9 @@
package main
import (
- _ "code.google.com/p/go.talks/pkg/playground"
"code.google.com/p/go.talks/pkg/present"
+
+ _ "code.google.com/p/go.tools/godoc/playground"
)
var basePath = "./present/"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

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