statik icon indicating copy to clipboard operation
statik copied to clipboard

Embed files into a Go executable

Results 40 statik issues
Sort by recently updated
recently updated
newest added

Cannot start Gin and statik as some http port

go get github.com/rakyll/statik go get github.com/rakyll/statik: module github.com/rakyll/statik: Get "https://proxy.golang.org/github.com/rakyll/statik/@v/list": dial tcp 34.64.4.17:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of...

Hello, I executed the following command `go get github.com/rakyll/statik` No errors after the above command. However, when I try the following command, I get the error. "**statik: Command not found**"....

Hi, On windows, statik returns fail when i try to include the type of files. As you can see, it returns System cant found path. $ statik.exe -src=./api/swaggerui $ statik.exe...

1. Remove `strings.HasPrefix(fi.Name(), ".")` 2. Change the default value of `include` to "?*.*" for keeping the default behavior (ignore entries starting with '.') 3. Set `-include=*.*` to include entries starting...

Seems to be caused by 46bd79c4540341fe472fe71dd2ce0ccd4e635450 There are additional tabs before the last `}` and `fs.Register(data)` FYI @jcchavezs

Hello, i try use static for font, but i have this error: unexpected bad character U+005E '^' in command

Hello, can statik compress and render Vue projects? I want to realize the following ideas on your basis.