У нас вы можете посмотреть бесплатно What are Build Tags and how can we leverage them in Go? или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, we will check out Build Tags in Go and learn how to leverage them to include or exclude files while building. Also, if you don't know the new tool directive in Go yet, feel free to check out this video here: • Exploring the new tool directive in Golang... 📝 Description Build Tags are a common way in Go to include or exclude files based on specific tags. With these build tags, we can, for instance, differentiate builds for different operating systems, and you need to know them if you want to have platform-specific code. You will learn the following things: • What are Build Tags • How can we use a Build Tag to have a build for Linux • How can we use Build Tags in general ⏳ Timestamps: 00:00 - Introduction 00:17 - What are Build Tags? 01:05 - Creating the Log Module 01:45 - Showcase of using platform-specific code 03:18 - Back to the Log Module 08:53 - Outro 👋 Hey there! If you are new to this channel: Hey 👋 my name is Flo and I am a professional software engineer with a passion for coding in Golang, TypeScript, JavaScript, and Rust. This channel is where I share that passion and dive into the exciting world of software engineering. 📨 Support and Connect! Become a member. / @flowoelki Discord: / discord X / Twitter: https://x.com/FlorianWoelki LinkedIn: / florian-woelki GitHub: https://github.com/FlorianWoelki 📝 Copyright Notice The original Go Gopher was designed by Renée French (Source: https://go.dev/blog/gopher License details: https://creativecommons.org/licenses/.... The gopher appearing in this video and thumbnail is modified from the original design. #golang #buildtags #build