The Handler now supports serving multiple packfiles, possibly with different prefixes. Precedence is given by order in which packfiles are registered.
9 lines
156 B
Modula-2
9 lines
156 B
Modula-2
module src.lwithers.me.uk/go/htpack
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.7.0
|
|
golang.org/x/sys v0.45.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|