mirror of
https://github.com/usememos/memos.git
synced 2025-10-03 11:04:55 +08:00
4 lines
129 B
Go
4 lines
129 B
Go
// crawler is using to get resources from url.
|
|
// * Get metadata for website;
|
|
// * Get image blob to avoid CORS;
|
|
package crawler
|