You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ web.go should be familiar to people who've developed websites with higher-level
17
17
Make sure you have the a working Go environment. See the [install instructions](http://golang.org/doc/install.html). web.go targets the Go `weekly` release. Go is a fast-changing language, and it's easier to keep with the weekly branch than to maintain separate branches.
18
18
19
19
To use web.go with Go's `weekly` branch:
20
+
20
21
1. Run `hg update -r weekly`. If you're running an outdated version of Go, or the `release` version, it likely won't compile.
0 commit comments