サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
WWDC26
github.com/mackee
package main import ( "fmt" "log" "net/http" "github.com/mackee/go-readability" ) func main() { // Fetch a web page resp, err := http.Get("https://example.com/article") if err != nil { log.Fatal(err) } defer resp.Body.Close() // Read the response body body, err := io.ReadAll(resp.Body) if err != nil { log.Fatal(err) } // Parse and extract the main content options := readability.DefaultOptions() ar
このページを最初にブックマークしてみませんか?
『github.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く