DEV Community

John Nyingi
John Nyingi

Posted on

1

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.

Heroku

This site is powered by Heroku

Heroku was created by developers, for developers. Get started today and find out why Heroku has been the platform of choice for brands like DEV for over a decade.

Sign Up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay