mirror of
https://github.com/usememos/memos.git
synced 2025-02-23 06:37:41 +01:00
5 lines
143 B
Go
5 lines
143 B
Go
|
// Package httpgetter is using to get resources from url.
|
||
|
// * Get metadata for website;
|
||
|
// * Get image blob to avoid CORS;
|
||
|
package httpgetter
|