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
The <i>k</i>th receive on a channel with capacity <i>C</i> is synchronized before the completion of the <i>k</i>+<i>C</i>th send from that channel completes.
456
+
The <i>k</i>th receive from a channel with capacity <i>C</i> is synchronized before the completion of the <i>k</i>+<i>C</i>th send on that channel.
Copy file name to clipboardexpand all lines: src/html/template/doc.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ that would have been produced if {{.}} was a regular string.
210
210
211
211
# Security Model
212
212
213
-
https://rawgit.com/mikesamuel/sanitized-jquery-templates/trunk/safetemplate.html#problem_definition defines "safe" as used by this package.
213
+
https://web.archive.org/web/20160501113828/http://js-quasis-libraries-and-repl.googlecode.com/svn/trunk/safetemplate.html#problem_definition defines "safe" as used by this package.
214
214
215
215
This package assumes that template authors are trusted, that Execute's data
216
216
parameter is not, and seeks to preserve the properties below in the face
0 commit comments