The Go language implementation of A* search algorithm Installation go install astar Run with debug info DEBUG=1 go run src/astar/astar.go Just show me the result go run src/astar/astar.go To change input map you should edit m.Data slice