Optimizing GoLang Package
John Nyingi

John Nyingi @j0nimost

About: Backend Dev

Location:
Nairobi, Kenya
Joined:
Feb 22, 2017

Optimizing GoLang Package

Publish Date: Sep 11 '21
2 3

I made a GoLang package which serializes Json from Structs. The package is here. I have an open issue, where I am trying to optimize the library. Find the issue here

Comments 3 total

  • Hamza Anis
    Hamza AnisSep 11, 2021

    Good work but "encoding/json".Marshal doesn't do the same thing?

    • John Nyingi
      John NyingiSep 14, 2021

      I was doing it for learning purposes, with my own unique twist.

Add comment