After cloning the repository run
go build -tags=jsoniter .
This will build the backend server with jsoniter which is a faster alternative to encoding/json
You can also build the backend server with debug data stripped:
-ldflags "-s -w"
After cloning the repository run
go build -tags=jsoniter .
This will build the backend server with jsoniter which is a faster alternative to encoding/json
You can also build the backend server with debug data stripped:
-ldflags "-s -w"