Categorygithub.com/lyteabovenyte/exploring_go

# README

exploring some GO stuff for fun.

# Packages

No description provided by the author
decode raw json with brackets in the begining and trainling bracket and carriage between each message using dec.Token() to remove them.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
send message to the server using >>> echo -n "who are you?" | nc localhost 8888.
No description provided by the author
No description provided by the author
No description provided by the author
conversion after reading the whole file in csv files data format When doing basic CSV manipulation, sometimes, it is easier to simply split data using a carriage return and then split the line based on a comma or other separator.
No description provided by the author
if we want to read and sort the records and handle missing records and also convert them back to csv in another file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author