Skip to content

golang REST api for converting number to big endian and little endian binary numbers

Notifications You must be signed in to change notification settings

fakturk/restBigLittleEndian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

restBigLittleEndian

golang REST api for converting number to big endian and little endian binary numbers

number can be given as a parameter at url and a json response of big and little endian binary numbers return

An example usage ; number given after /biglittleendian/{number} and response return as json

alt text

also can be used in terminal with command "curl http://localhost:8000/biglittleendian/123"

About

golang REST api for converting number to big endian and little endian binary numbers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages