DEV Community

John Nyingi
John Nyingi

Posted on

Optimizing GoLang Package

#go

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

Top comments (3)

Collapse
 
hamzaanis profile image
Hamza Anis

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

Collapse
 
j0nimost profile image
John Nyingi

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

Collapse
 
hamzaanis profile image
Hamza Anis

That's great.