Mocking database logic for unit tests in Go at FlightAware
Go is one of FlightAware’s four core programming languages. Since FlightAware needs a performant solution for delivering massive amounts of data, Go is a great choice. This blog will focus on a mocking technique for effective unit testing in Go.
READ NOW