package
0.1.0
Repository: https://github.com/mchudgins/playground.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Hash returns the hex-encoded SHA256 hash of the original file Used for the Etag, and useful for caching Returns an empty string if the file is not in the bundle.
ModTime returns the modification time of the original file.
Open allows you to read an embedded file directly.
No description provided by the author
ServeHTTP serves a request, attempting to reply with an embedded file.
No description provided by the author

# Variables

NotFound is called when no asset is found.
Server is simply ServeHTTP but wrapped in http.HandlerFunc so it can be passed into net/http functions directly.