coordinate frames transformation
This commit is contained in:
10
cmd/main.go
10
cmd/main.go
@@ -1,5 +1,15 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed finals2000A.all
|
||||
var eopData []byte
|
||||
|
||||
//go:embed eopp_5_line.txt
|
||||
var eopp5Line []byte
|
||||
|
||||
func main() {
|
||||
rootCmd.Execute()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user