What EXACTLY are Build Constraints in Go?

Поділитися
Вставка
  • Опубліковано 22 сер 2024

КОМЕНТАРІ • 16

  • @GolangDojo
    @GolangDojo  2 роки тому +2

    📝Get your *FREE Golang Cheat Sheet* -
    golangdojo.com/cheatsheet

    • @JasonJA88
      @JasonJA88 2 роки тому

      Pocketbase looks cool video on it.

    • @matthewthomas7645
      @matthewthomas7645 Рік тому

      Love the videos I did sign up to the above twice with 2 different emails and never got the cheatsheet, checked spam etc. Probably not the best place to mention this but would love to get a copy somehow :)

  • @a4e69636b
    @a4e69636b 2 роки тому +4

    Nice feature. It reminds me of preprocessor directives in C.

  • @MichalKoziatek
    @MichalKoziatek 2 роки тому +2

    Cool feature! Didn't know about it

  • @batu4605
    @batu4605 2 роки тому

    I discovered your videos today and i was really didn't like Go before your cheatsheet and videos. Thanks for your support!

  • @shuaibolayinka7644
    @shuaibolayinka7644 2 роки тому

    Yes more

  • @Fifciuu
    @Fifciuu 2 роки тому

    Useful one

  • @sameldin4120
    @sameldin4120 2 роки тому

    bro do you know any thing about server side rendring with go ?

    • @magmacodes9143
      @magmacodes9143 2 роки тому

      Go has Go Components which can do SSR. There are a few frameworks for SSR as well but nothing particularly strong. A simple online search will give you the required.

  • @themarksmith
    @themarksmith 2 роки тому

    Dude - I need to make a cross-platform screen overlay tool - can you recommend any Golang GUI libs to do this - it needs to be able to draw over any apps already on the screen but have a transparent background so only the draw lines are visible and would work something like a Fibonacci tool in a trading platform but allow for drawing over other apps on the screen? Any pointers will be much appreciated!

    • @magmacodes9143
      @magmacodes9143 2 роки тому +1

      Wails is a good GUI tool. But there are very few tutorials and code examples. If you don't have performance constraints then best option honestly is Electron.

    • @themarksmith
      @themarksmith 2 роки тому +1

      @@magmacodes9143 Thanks very much for the suggestion - I will look into it! 👍

    • @magmacodes9143
      @magmacodes9143 2 роки тому +1

      @@themarksmith No problem. Happy to help. Do hit me up if you wanna colab on something.

  • @steal2bits
    @steal2bits 2 роки тому

    Heya.. can you do a ci/cd version of this concept?