DEV Community

Cover image for My First Go Program !
Quentin B.
Quentin B.

Posted on • Updated on

My First Go Program !

#go

This is my first post so i will introduce myself a bit before writing about this program.

So... i'm a French PHP Developer, working at Paris in a Telecom Company. I'm a big fan of Google and i want to learn Go for a long time and i've just found a "project" for myself who can be done in GO. It's a good training i hope !

Let's talk about this one.

The project, is to made a "I did" list. It's a bit like a todo list but, in this i only write what i've done. Everything is store in a simple file. I fact, like that i can remember everything i've done in a day, and share with other people if wanted.

I've choose to write this program in Go to learn a bit about this wonderful language and to get out all the other language i already know.

I've made it in about 2 hours and it was a great experience ! I'm not sure everything is clean because it's my first try in Go, but i think it's almost good !

If you want to see how it works and look at the code, you can find the repo on Github: Idid repo.

You are free to share with me (and everyone else) what's wrong with this program !

Thank's you for reading !

Top comments (3)

Collapse
 
ryuuji159 profile image
Daniel Cortés

I try to do something similar, I'm also learning go and I was searching for some idea to do a cli app

Collapse
 
btkent profile image
Quentin B.

Yes, it's hard to find a idea to learn a langage :/

I want to start learning Rust, and i'm searching an idea, maybe i will try to rewrite "idid" in Rust :)

Collapse
 
ryuuji159 profile image
Daniel Cortés

I think that is a good start, I did the idid app in go, but I want to save the dids on some format and then parse them