10 lines
54 B
Go
10 lines
54 B
Go
package main
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
func main() {
|
|
|
|
}
|