mirror of
https://github.com/ivuorinen/paperboy.git
synced 2026-02-13 21:50:42 +00:00
fix: Update go:build version
This commit is contained in:
4
main.go
4
main.go
@@ -6,8 +6,8 @@
|
|||||||
// Paperboy is a simple RSS feed reader that generates
|
// Paperboy is a simple RSS feed reader that generates
|
||||||
// a Markdown file with the latest articles from multiple feeds.
|
// a Markdown file with the latest articles from multiple feeds.
|
||||||
|
|
||||||
//go:build go1.16
|
//go:build go1.22
|
||||||
// +build go1.16
|
// +build go1.22
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user