mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-08 03:07:18 -05:00
5 lines
228 B
Go
5 lines
228 B
Go
|
// Package d2loader provides a file loader which works in terms of `Source`s and `Asset`s.
|
||
|
// A `Source` is something that resembles a filesystem, and an `Asset` is something that
|
||
|
// implements `io.ReadSeeker`.
|
||
|
package d2loader
|