1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-03 06:20:43 +00:00
OpenDiablo2/d2common/d2loader/doc.go

5 lines
228 B
Go
Raw Normal View History

// 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