update to 2017

This commit is contained in:
Yasuhiro Matsumoto 2017-02-16 15:56:32 +09:00
parent 588cd3292b
commit d03b7b541f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func main() {
var url string var url string
doc.Find("a").Each(func(_ int, s *goquery.Selection) { doc.Find("a").Each(func(_ int, s *goquery.Selection) {
if url == "" && strings.HasPrefix(s.Text(), "sqlite-amalgamation-") { if url == "" && strings.HasPrefix(s.Text(), "sqlite-amalgamation-") {
url = "https://www.sqlite.org/2016/" + s.Text() url = "https://www.sqlite.org/2017/" + s.Text()
} }
}) })
if url == "" { if url == "" {