moznion's tech blog

moznion's technical memo

Entries from 2020-01-01 to 1 year

Released go-json-ice: a code generator of JSON marshaler for tinygo

In tinygo, if the go code imports encoding/json package, it fails to compile. AFAIK, this is a known issue *1, so it seemed there is no standard way to marshal any struct to JSON string. There are some related issues like the following: gi…

Released sbt-spotless: an sbt plugin for Spotless

github.com I've released sbt-spotless, this is an sbt plugin for Spotless. Spotless is currently supporting plugins for maven and gradle, but it seems there had been no sbt's one, so I made this. This plugin works on sbt 1.3.x and legacy s…