mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-20 02:15:12 -07:00
11 lines
112 B
Go
11 lines
112 B
Go
package main
|
|
|
|
import (
|
|
"asdf/commands"
|
|
)
|
|
|
|
// Placeholder for the real code
|
|
func main() {
|
|
commands.Execute()
|
|
}
|