ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

11,593 results

The Coding Gopher
Go: Inheritance through Struct Embedding in 2 Minutes

In this video, we explore Go's powerful feature of struct embedding with a simple example involving an Animal and a Dog. You'll ...

2:08
Go: Inheritance through Struct Embedding in 2 Minutes

359 views

1 year ago

Daily Coding Pro Tips
Unlock Cleaner Code in Minutes: Master GoLang Struct Tags for Perfect JSON Handling Now! | go struct

Want to serialize your GoLang structs into clean, organized JSON? In this video, we take a fun approach to explain how struct tags ...

1:53
Unlock Cleaner Code in Minutes: Master GoLang Struct Tags for Perfect JSON Handling Now! | go struct

135 views

1 year ago

Andrii Kushch
Golang: what to return? A slice of structs vs a slice of pointers?

In this video, I would like to answer a question: what is better to return from the function in go, slice with pointers, or slice with ...

1:18
Golang: what to return? A slice of structs vs a slice of pointers?

1,290 views

4 years ago

Learn To Code
Golang Slice of Structs

Learn & Grow -&- https://www.udemy.com/user/toddmcleod/ -&- https://www.heartmindway.com/

3:21
Golang Slice of Structs

4,109 views

8 years ago

Rohit Jadhav
Golang | What is the struct in Go / Golang

What is the struct in Go / Golang struct is used to create a collection of different data types, into a single variable.

2:40
Golang | What is the struct in Go / Golang

9 views

2 years ago

Suneil Basu
golang: array of structs

... to format some output we've created a struct called ket which has a name a color and lives variables inside the struct now inside ...

2:37
golang: array of structs

3,822 views

8 years ago

Kantan Coding
Go Programming - Generics in 2.8 Minutes!

Become a Golang Expert With This Hands-On Golang Course https://kantancoding.io/p/gomicro.

2:50
Go Programming - Generics in 2.8 Minutes!

14,883 views

2 years ago

Born To Program
08.Structs with functions in Golang | BTP

In this video you will learn how to define structure with functions in Golang. How to add function inside the structure or to the ...

3:09
08.Structs with functions in Golang | BTP

349 views

3 years ago

Learn To Code
Golang Struct

Learn & Grow -&- https://www.udemy.com/user/toddmcleod/ -&- https://www.heartmindway.com/

2:57
Golang Struct

903 views

10 years ago

lemoncode21
Learning Golang Fundamentals - Struct Part 20

Welcome to "Golang Fundamentals: A Beginner's Guide" – your gateway to mastering the basics of the Go programming ...

3:25
Learning Golang Fundamentals - Struct Part 20

61 views

1 year ago

Neso Academy
Pointer to Structure Variable

C Programming: Pointer to Structure Variable in C Programming. Topics discussed: 1) Accessing the members of structure ...

2:34
Pointer to Structure Variable

269,230 views

6 years ago

Donutloop
Golang Structs: The Cornerstone of Data Structure

In Golang, "structs" are powerful data structures that group together data of different types. They allow for more flexible, logical ...

0:34
Golang Structs: The Cornerstone of Data Structure

601 views

2 years ago

Visat
Methods in structs in Go (Golang)

In this video, we will learn and write an example about methods in struct.

1:16
Methods in structs in Go (Golang)

148 views

1 year ago

byte-size
golang 8 - structs

A byte-sized rundown of structs in golang.

2:32
golang 8 - structs

2,727 views

10 years ago

java frm
How to create and use nested struct in Golang 1.20

In this video we are going to generate source code for the GoLang Program, How to create and use nested struct using chatGPT.

2:05
How to create and use nested struct in Golang 1.20

51 views

2 years ago

Learn To Code
Anonymous Struct Golang

Learn & Grow -&- https://www.udemy.com/user/toddmcleod/ -&- https://www.heartmindway.com/

3:32
Anonymous Struct Golang

1,256 views

8 years ago

golang-tutorials
06 go struct tutorial

golang struct tutorial.

1:50
06 go struct tutorial

17 views

2 years ago

java frm
How to use promoted fields in struct in Golang 1.20

In this video we are going to generate source code for the GoLang Program, How to use promoted fields in structs using chatGPT.

1:59
How to use promoted fields in struct in Golang 1.20

15 views

2 years ago

byte-size
golang 9 - moar structs

A byte-sized rundown of more struct syntax in golang.

2:50
golang 9 - moar structs

2,396 views

10 years ago

vlogize
How to Convert a nil Interface to a Struct in Golang

Learn how to effectively convert a `nil` interface to a struct in Golang, solving common issues with pointers and values. This guide ...

2:10
How to Convert a nil Interface to a Struct in Golang

2 views

8 months ago