mirror of
https://github.com/usememos/memos.git
synced 2025-03-07 02:53:29 +08:00
4 lines
127 B
Go
4 lines
127 B
Go
// getter is using to get resources from url.
|
|
// * Get metadata for website;
|
|
// * Get image blob to avoid CORS;
|
|
package getter
|