FILE / ScuroNeko/mtg

ipblocklist/files/doc.go

Исходный файл и его история в репозитории.
FILE 3e4faf6ba694d364a1bb18602d4d3ae4fe8c01ab
Files
mtg/ipblocklist/files/doc.go
T
2022-08-08 15:54:38 +03:00

9 lines
381 B
Go

// files defines a set of abstraction for 'files': an openable entities that
// could be read after.
//
// This is not a file on a filesystem of your local machine, it also can
// include "in memory" files or even remote ones, like HTTP endpoints. If you
// make a GET request to HTTP endpoint, then a body is readable and you can
// consider it as an openable file.
package files