justforfunc #5: Defining a Color Flag in Go

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 37

  • @nathanhyland
    @nathanhyland 8 лет назад +9

    I hardly comment on videos, but I have to here. I love your videos. They're easy to follow and a delight to watch. The best was your refactoring video -- I learned a lot there. Any idea when the next one will come around, or if you have more plans for more advanced videos?

    • @JustForFunc
      @JustForFunc  7 лет назад +1

      thanks! I love reading these comments
      what do you think of the newest videos? do you have any ideas?

  • @kallekula84
    @kallekula84 8 лет назад +2

    great episode! thank you for your amazing work! if you're taking requests for future episodes like this one the context package would be interesting to see

  • @minagerges7716
    @minagerges7716 5 лет назад +1

    if we want to use flag.Color how we can add this method ?

  • @cinemavasam9872
    @cinemavasam9872 8 лет назад +1

    Thank you for posting this! Can you make a video on type interface, finding it bit hard to understand from books and other resources, very limited set of examples available online for this.

    • @JustForFunc
      @JustForFunc  8 лет назад

      interface as type? not sure I understand what you mean

    • @cinemavasam9872
      @cinemavasam9872 8 лет назад

      Oops! typo.. corrected. Looking for something on interfaces.

    • @baranda1985
      @baranda1985 6 лет назад +2

      JustForFunc: Programming in Go I’m 2 years late here but please do this!!! A video explaining interfaces for dummies to expert level, how to implement them, satisfy them, extend interfaces as you did in this video. Also, as always, I must say this was an amazing video, just a little hard to follow for a novice, at least the final part where you implement the interface. (Which for me was magic)

  • @yunhongmin7482
    @yunhongmin7482 6 лет назад

    Thank you for your video! One thing I wonder is about colorValue's String method. It returns "rgba(0, 0, 0, 0)" even though c.color is nil. I think it should return "" for more correct information.

  • @jernejsila
    @jernejsila 7 лет назад +1

    Helpful! I also extended your program and added RGBA-HEX converter because it was my plan for a long time to write a rgb-hex (and vice-verse) converter. Hope you don't mind. :)

    • @JustForFunc
      @JustForFunc  7 лет назад

      +Jernej Sila that's awesome! OSS FTW!

  • @axamon1
    @axamon1 7 лет назад

    Hey I totally need that gopher mascot! Where can I get one?

  • @ZdenkoHrcek
    @ZdenkoHrcek 7 лет назад +1

    What kind of audio setup are you using? On the shelf next to the pillow I see unplugged Yeti microphone :) (I have it also btw) which is great piece of hardware not to be used for audio recording.

  • @Fivespire
    @Fivespire 7 лет назад

    Are you using a vscode extension to change != into the unicode 'not equal'?

    • @djbelyak
      @djbelyak 7 лет назад

      I think that it is not an extension, it is a font with ligatures. Check out here: www.slant.co/topics/5611/~monospace-programming-fonts-with-ligatures

  • @daveteare1960
    @daveteare1960 7 лет назад

    Great video as always!

  • @steffenn6372
    @steffenn6372 7 лет назад

    Once again a great video! :)

  • @Orww
    @Orww 8 лет назад +3

    Uploaded on Go's birthday, coincidence? I think not :)

  • @MakisMaropoulos
    @MakisMaropoulos 8 лет назад +1

    Happy birthday!!!

  • @Orww
    @Orww 8 лет назад

    What theme are u using for zsh?

    • @JustForFunc
      @JustForFunc  8 лет назад +1

      robbyrussell with some tweaks

  • @mrty574
    @mrty574 8 лет назад

    how to do that not equal sign? can Go understand it?

    • @JustForFunc
      @JustForFunc  8 лет назад

      it's just a display artifact called "ligatures" I use Fira Code with ligatures on Visual Studio Code

    • @mrty574
      @mrty574 8 лет назад

      Thanks, great font. github.com/tonsky/FiraCode

  • @larsaufweltreise
    @larsaufweltreise 8 лет назад

    which editor you are using?

  • @bigray712
    @bigray712 7 лет назад

    thanks for the vid! appreciate it.

  • @ulissemini5492
    @ulissemini5492 6 лет назад

    fyi for all you gophers thinking "ew i've gotta use pointers everywhere" you can do this: play.golang.org/p/3maWpXr5wwQ

  • @dn5426
    @dn5426 8 лет назад +1

    0:01-0:09 audio wasn't very good but great episode

    • @JustForFunc
      @JustForFunc  8 лет назад

      thanks! and yeah, had some issues with the mic
      I'm still learning!

  • @porttikivi
    @porttikivi 8 лет назад

    So you never painted any colours, actually... ;-)

    • @JustForFunc
      @JustForFunc  7 лет назад

      That's silly! Hahahaha
      You can see some colors in episode #4 though :-)
      ruclips.net/video/MnbMWNR_XZc/видео.html

  • @seufagner
    @seufagner 7 лет назад

    Which theme do you use on your console ?