Some checks failed
drawio-exporter/pipeline/head There was a failure building this commit
8 lines
77 B
Go
8 lines
77 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Draw.io Exporter")
|
|
}
|