This commit is contained in:
Mark McGranaghan 2012-10-26 07:28:39 -07:00
parent a6df02084a
commit f913f432c6

View File

@ -1,4 +1,4 @@
// URLs provide a [uniform format for locating resources](...).
// URLs provide a [uniform way to locating resources](http://adam.heroku.com/past/2010/3/30/urls_are_the_uniform_way_to_locate_resources/).
// Here's how to parse URLs in Go.
package main