mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-06-29 22:38:27 +08:00
9 lines
172 B
Go
9 lines
172 B
Go
package captcha
|
|
|
|
import "embed"
|
|
|
|
// resourceFS embeds background images for the click captcha at compile time.
|
|
//
|
|
//go:embed resources/images/*.jpg
|
|
var resourceFS embed.FS
|