Skip to content

bitwise74/tipitipi-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build

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"