You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
273 B

package goSyntax
import "testing"
func TestEmbedFile(t *testing.T) {
EmbedFile()
}
func TestEmbedDir(t *testing.T) {
EmbedDir()
}
func TestStaticEmbedServer(t *testing.T) {
StaticEmbedServer()
}
func TestStaticRuntimeServer(t *testing.T) {
StaticRuntimeServer()
}