Copied from #lichess-development @leaden goblet
i'm building CLI app with go and idea is that i want to display mate in 1 puzzle when you open a terminal
and you should enter a correct move in prompt ... but in lichess_db_puzzle.csv these puzzles comes with: one opponent move and then second final move(c3b5 e5h2) ...
i want position from move one , so you only need to enter last move in prompt...
i thought i would convert that UCI move to fen or something...