devtools

package
v0.0.0-...-83c8272 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: MIT Imports: 2 Imported by: 0

README

r := gin.Default()
fs, err := devtools.FS() 
if err != nil {
panic(err)
}
r.StaticFS("/devtools", http.FS(fs))

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Devtools embed.FS

Functions

func FS

func FS() (fs.FS, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL