package dnd import ( "fmt" ) var _ = fmt.Print type drag_status struct { active bool }