Commit Graph

8 Commits

Author SHA1 Message Date
raul ce1106d3b3 Finished arrays exercise
I'm done with this exercise, it has become so convoluted that I can't
comprehend the codebase anymore, here be dragons
2024-01-29 17:40:49 +01:00
raul e7f5cec04c Added ability to input and store numbers 2024-01-28 07:41:55 +01:00
raul 58aeefff0f Removed cobra and added basic logic
Cobra was complicating things too much so I'm gonna stick to basic
switch statements for now when handling choices
2024-01-27 22:31:15 +01:00
raul d5183387ec Having fun with Cobra
Seems like a pretty decent library for creating CLI apps, I'll have to
practice with it more eventually
2024-01-26 22:27:27 +01:00
raul bb1cf72840 Playing with arrays 2024-01-26 18:53:59 +01:00
raul 41f0d4a1f8 Added ability to input names with spaces
I finally figured out how to use the bufio library but I also had to get
acquainted with another library for strings to trim bufio's appended
newlines
2024-01-24 06:56:48 +01:00
raul 47d305243a Organized code and practiced error handling
Just found out nil is the equivalent of NULL
2024-01-22 14:23:12 +01:00
raul 9964aa916e Added Golangr exercise
I'm gonna be picking up exercises from wherever I can manage to find on
the Internet, I'm still too green to start a personal project since I
still haven't dipped my toes in more advanced things like real error
handling and OS/Network interaction
2024-01-22 14:02:07 +01:00