Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
package main
import (
"asdf/commands"
)
// Placeholder for the real code
func main() {
commands.Execute()
}