Day: February 19, 2018

  • The developer font: Fira code

    by

    in

    Programming for such a long time and only now found the Fira Code font. Some screenshots to show how nice this looks. Example for an if statement where we check for nil, using a “not same” or “not equal”: if err != nil { continue } The != sign reads as a not equal character.…