mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 22:34:02 +03:00
Update golangci-lint
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user