go-opengraph icon indicating copy to clipboard operation
go-opengraph copied to clipboard

Golang package for parsing OpenGraph data from HTML into regular structures

Results 1 go-opengraph issues
Sort by recently updated
recently updated
newest added

I found that packages, say `github.com/dyatlov/go-opengraph/opengraph`, are placed in submodule `github.com/dyatlov/go-opengraph/opengraph` instead of root module. However, it seems that submodule `github.com/dyatlov/go-opengraph/opengraph` is not tagged. According to [go docs](https://go.dev/doc/modules/managing-source#multiple-module-source), submodule should...