rakyll / statik

Embed files into a Go executable
Apache License 2.0
3.75k stars 225 forks source link

fix: fixes retrocompatibility with namespaces by using fs.Register #105

Closed jcchavezs closed 4 years ago

jcchavezs commented 4 years ago

instead on fs.RegisterWithNamespace when the namespace is default.

Fixes #103 #104

Ping @semyon-dev @gruzovator

semyon-dev commented 4 years ago

Nice, waiting for merge ;)