Allright! It works and here is how I did it from scratch, so others with the same problem can fix it to. First I will explain how to setup Heroku and GoDaddy then I will link to a good explanation on how to create a naked domain (www.example.com -> example.com).
Setup Heroku and GoDaddy:
In terminal (on your computer) write heroku domains:add www.example.com (where
www.example.com is the domain you have bought at GoDaddy)
Log in to GoDaddy -> My Account -> DOMAINS -> choose your domain ->
Launch (this will take you to the Domain Details)
Under DNS Manager -> Launch
Remove ALL the records (except from the two in the NS(Nameserver))
Under CNAME(Alias) -> Quick Add: "Host" should be www and
"Points to" should be your Heroku address (example
supermoo-bil-3411.herokuapp.com). TTL can be 1 hour.
It can take some time for the DNS to get updated. For me it took about 10 minutes.
Thats it! supermoo-bil-3411.herokuapp.com will now be under www.example.com :)
Create a naked domain:
A naked domain removes the need to write www in front of your domain name. This can be done by forward example.com to www.example.com. This is super easy on GoDaddy:
Usefull links:
Thanks to Ryan Kazinec for good help :)
(And please, feel free to edit this post. My english isn't world class and there may be some wrong technical terms).