Re: [go-nuts] Hexadecimal floats

2019-07-27 Thread Jan Mercl
On Sat, Jul 27, 2019 at 7:44 AM Adrian Ho wrote: It works: https://gitlab.com/cznic/qbe/commit/0cdebdce50edb146df981b6b484bad57eddb9e94#97b5d71a8f6b71eb5bf032969fb4a29f9d89eef4_1175_1177 Thanks again. -- You received this message because you are subscribed to the Google Groups "golang-nuts"

Re: [go-nuts] Need explaination for code

2019-07-27 Thread thatipelli santhosh
Thank you for explaining that @brian Hatfield On Sat, Jul 27, 2019, 00:02 Brian Hatfield wrote: > Welcome to Go! > > There's a couple things going on here, which you can break down into two > overarching parts. > > Part 1, var/type definition: > > var testCases = []struct { > description