[–] jimsmart 7y ago ↗ Looks great, thanks!— There's a typo/bug in the example code:if not r.URL.Query().get("repeat") and not r.URL.Query().get("repeat"):Should of course read:if not r.URL.Query().get("repeat") and not r.URL.Query().get("name"):
1 comment
[ 2.9 ms ] story [ 11.0 ms ] thread— There's a typo/bug in the example code:
if not r.URL.Query().get("repeat") and not r.URL.Query().get("repeat"):
Should of course read:
if not r.URL.Query().get("repeat") and not r.URL.Query().get("name"):