7 lines
75 B
Go
7 lines
75 B
Go
package docs
|
|
|
|
import "embed"
|
|
|
|
//go:embed swagger-ui
|
|
var SwaggerUI embed.FS
|