#steevehook search results

This is slowly becoming a brand โค๏ธ๐ŸคŸ #steevehook

steevehook's tweet image. This is slowly becoming a brand โค๏ธ๐ŸคŸ

#steevehook

As perfect as we all try to be ๐Ÿ˜‡, especially myself, I had to say it. FUCK PERFECTION ๐Ÿคฌ. Go ahead and put in the WORK, MAKE MISTAKES and REPEAT the damn process. It's the way, it's the silver bullet. #steevehook #inspiration #softwareengineering #softwaredevelopement #success

steevehook's tweet image. As perfect as we all try to be ๐Ÿ˜‡, especially myself, I had to say it.
FUCK PERFECTION ๐Ÿคฌ. Go ahead and put in the WORK, MAKE MISTAKES and REPEAT the damn process. It's the way, it's the silver bullet.

#steevehook #inspiration #softwareengineering #softwaredevelopement #success

Go has most encoding standards supported, including its own encoding: gob for communicating between Go processes. So what's going to be the value of q? โœ… Q{A: 1, B: 2} โœ… Decode Error #steevehook #code_time #golang

steevehook's tweet image. Go has most encoding standards supported, including its own encoding: gob for communicating between Go processes. So what's going to be the value of q?

โœ… Q{A: 1, B: 2}
โœ… Decode Error

#steevehook #code_time #golang

This is a little tough one, but it's possible to do in Go. It's possible to run Assembly code and call Go code from Assembly. So what will be the result after running: go build -o exec ./exec โœ… result 5 โœ… ./main.go: missing function body #code_time #golang #steevehook

steevehook's tweet image. This is a little tough one, but it's possible to do in Go. It's possible to run Assembly code and call Go code from Assembly. So what will be the result after running:

go build -o exec
./exec

โœ… result 5
โœ… ./main.go: missing function body

#code_time #golang #steevehook

There's NO SECRET or SHORT PATH towards anything. WORK is the only decisive factor in any sort of SUCCESS. You get my respect, if you're a hustler & put in the hard work. Keep grinding & improving the game. ๐Ÿ‘จโ€๐Ÿ’ป #steevehook #inspiration #softwaredevelopement #success

steevehook's tweet image. There's NO SECRET or SHORT PATH towards anything. WORK is the only decisive factor in any sort of SUCCESS.

You get my respect, if you're a hustler & put in the hard work.
Keep grinding & improving the game. ๐Ÿ‘จโ€๐Ÿ’ป

#steevehook #inspiration #softwaredevelopement #success

The way I look when I realise I've been talking for 30m without pressing the โบ button ๐Ÿ’ข๐Ÿ’ข #steevehook #youtube #tutorials

steevehook's tweet image. The way I look when I realise I've been talking for 30m without pressing the โบ button ๐Ÿ’ข๐Ÿ’ข

#steevehook #youtube #tutorials

The way I feel after my code compiles & runs after a long tutorial coding session for YouTube ๐Ÿ†’๐Ÿ’ป #steevehook #youtube #tutorials #golang

steevehook's tweet image. The way I feel after my code compiles & runs after a long tutorial coding session for YouTube ๐Ÿ†’๐Ÿ’ป

#steevehook #youtube #tutorials #golang

I'm a huge fan of the Hustle Culture, but the Software Engineering game is like sports. You Workout, you Rest, then Get Back to Workout, but Don't Burn Out. Enjoy the PROCESS ๐Ÿ’ช๐Ÿ˜Œ๐Ÿ’ช #steevehook #motivation #inspiration #success #softwareengineering #softwaredevelopement

steevehook's tweet image. I'm a huge fan of the Hustle Culture, but the Software Engineering game is like sports. You Workout, you Rest, then Get Back to Workout, but Don't Burn Out. Enjoy the PROCESS ๐Ÿ’ช๐Ÿ˜Œ๐Ÿ’ช

#steevehook #motivation #inspiration #success #softwareengineering #softwaredevelopement

On my scale, experience is measured in MISTAKES/LESSONS learnt, not in YEARS of LOYALTY in a company. It could take you 2-3 years to achieve what others did in 10 years. So feel free to bend the rules and break out of the box ๐Ÿ˜‡ #steevehook #inspiration #softwareengineering

steevehook's tweet image. On my scale, experience is measured in MISTAKES/LESSONS learnt, not in YEARS of LOYALTY in a company. It could take you 2-3 years to achieve what others did in 10 years. So feel free to bend the rules and break out of the box ๐Ÿ˜‡

#steevehook #inspiration #softwareengineering

Been a while since I hit ya with another code time. Here we go again. You might think locks in Go are re-entrant, to your surprise they're not. So what's it going to be? ๐Ÿค” โœ… Works fine โœ… Deadlock #code_time #golang #steevehook

steevehook's tweet image. Been a while since I hit ya with another code time. Here we go again. You might think locks in Go are re-entrant, to your surprise they're not. So what's it going to be? ๐Ÿค”

โœ… Works fine
โœ… Deadlock

#code_time #golang #steevehook

As much as like Quotes that Inspire, Nothing is more inspirational than the Actual Work. Nothing will ever work, if you don't Start. So go ahead and close this tab/application & start becoming the better you ๐Ÿ˜‰โค๏ธ #steevehook #inspiration #success #motivation

steevehook's tweet image. As much as like Quotes that Inspire, Nothing is more inspirational than the Actual Work. Nothing will ever work, if you don't Start. So go ahead and close this tab/application & start becoming the better you ๐Ÿ˜‰โค๏ธ

#steevehook #inspiration #success #motivation

It happens every time & that's just the journey of careers in general. At some point in your career, you might have thought you're less worth. The real TRUTH is, you DEFINE your WORTH. Stay true to you & Keep Working ๐Ÿ˜‡ #steevehook #inspiration #softwareengineering

steevehook's tweet image. It happens every time & that's just the journey of careers in general. At some point in your career, you might have thought you're less worth. The real TRUTH is, you DEFINE your WORTH.

Stay true to you & Keep Working ๐Ÿ˜‡

#steevehook #inspiration #softwareengineering

The atomic.Value type is the best of both worlds: blazing fast and less cumbersome compared to other sync types. ๐Ÿ’ป Playgrounds: play.golang.org/p/JJHVCFlFEH1 play.golang.org/p/Ba9ZdrH2A4u #tip_of_the_week #golang #steevehook

steevehook's tweet image. The atomic.Value type is the best of both worlds: blazing fast and less cumbersome compared to other sync types.

๐Ÿ’ป Playgrounds:
play.golang.org/p/JJHVCFlFEH1
play.golang.org/p/Ba9ZdrH2A4u

#tip_of_the_week #golang #steevehook

Been a while since I posted these, so here goes another Q&A over Coffee. This time we talk about Hiring & Mistakes people in the industry make. #steevehook #hr #hiring #qa_over_coffee Enjoy ๐Ÿฅณ youtu.be/DkSqlXZc1qo


I am proud to say I dropped the best 1h of valuable content on Atomics in Go. Let the result speak for itself. Enjoy the PART 1 #golang #steevehook #concurrency #atomics youtu.be/nVjAS0uEnVM


If you ever though Communication in Software Development teams is not that important, this video will definitely change your mind. Enjoy ๐Ÿ˜‡ #steevehook #qa_over_coffee #communication #softwaredevelopement #softwareengineering #projectmanagement youtu.be/uShMHVtHW_w


Go has most encoding standards supported, including its own encoding: gob for communicating between Go processes. So what's going to be the value of q? โœ… Q{A: 1, B: 2} โœ… Decode Error #steevehook #code_time #golang

steevehook's tweet image. Go has most encoding standards supported, including its own encoding: gob for communicating between Go processes. So what's going to be the value of q?

โœ… Q{A: 1, B: 2}
โœ… Decode Error

#steevehook #code_time #golang

I'm a huge fan of the Hustle Culture, but the Software Engineering game is like sports. You Workout, you Rest, then Get Back to Workout, but Don't Burn Out. Enjoy the PROCESS ๐Ÿ’ช๐Ÿ˜Œ๐Ÿ’ช #steevehook #motivation #inspiration #success #softwareengineering #softwaredevelopement

steevehook's tweet image. I'm a huge fan of the Hustle Culture, but the Software Engineering game is like sports. You Workout, you Rest, then Get Back to Workout, but Don't Burn Out. Enjoy the PROCESS ๐Ÿ’ช๐Ÿ˜Œ๐Ÿ’ช

#steevehook #motivation #inspiration #success #softwareengineering #softwaredevelopement

This is slowly becoming a brand โค๏ธ๐ŸคŸ #steevehook

steevehook's tweet image. This is slowly becoming a brand โค๏ธ๐ŸคŸ

#steevehook

As perfect as we all try to be ๐Ÿ˜‡, especially myself, I had to say it. FUCK PERFECTION ๐Ÿคฌ. Go ahead and put in the WORK, MAKE MISTAKES and REPEAT the damn process. It's the way, it's the silver bullet. #steevehook #inspiration #softwareengineering #softwaredevelopement #success

steevehook's tweet image. As perfect as we all try to be ๐Ÿ˜‡, especially myself, I had to say it.
FUCK PERFECTION ๐Ÿคฌ. Go ahead and put in the WORK, MAKE MISTAKES and REPEAT the damn process. It's the way, it's the silver bullet.

#steevehook #inspiration #softwareengineering #softwaredevelopement #success

There's NO SECRET or SHORT PATH towards anything. WORK is the only decisive factor in any sort of SUCCESS. You get my respect, if you're a hustler & put in the hard work. Keep grinding & improving the game. ๐Ÿ‘จโ€๐Ÿ’ป #steevehook #inspiration #softwaredevelopement #success

steevehook's tweet image. There's NO SECRET or SHORT PATH towards anything. WORK is the only decisive factor in any sort of SUCCESS.

You get my respect, if you're a hustler & put in the hard work.
Keep grinding & improving the game. ๐Ÿ‘จโ€๐Ÿ’ป

#steevehook #inspiration #softwaredevelopement #success

Been a while since I hit ya with another code time. Here we go again. You might think locks in Go are re-entrant, to your surprise they're not. So what's it going to be? ๐Ÿค” โœ… Works fine โœ… Deadlock #code_time #golang #steevehook

steevehook's tweet image. Been a while since I hit ya with another code time. Here we go again. You might think locks in Go are re-entrant, to your surprise they're not. So what's it going to be? ๐Ÿค”

โœ… Works fine
โœ… Deadlock

#code_time #golang #steevehook

If you ever though Communication in Software Development teams is not that important, this video will definitely change your mind. Enjoy ๐Ÿ˜‡ #steevehook #qa_over_coffee #communication #softwaredevelopement #softwareengineering #projectmanagement youtu.be/uShMHVtHW_w


The way I feel after my code compiles & runs after a long tutorial coding session for YouTube ๐Ÿ†’๐Ÿ’ป #steevehook #youtube #tutorials #golang

steevehook's tweet image. The way I feel after my code compiles & runs after a long tutorial coding session for YouTube ๐Ÿ†’๐Ÿ’ป

#steevehook #youtube #tutorials #golang

The way I look when I realise I've been talking for 30m without pressing the โบ button ๐Ÿ’ข๐Ÿ’ข #steevehook #youtube #tutorials

steevehook's tweet image. The way I look when I realise I've been talking for 30m without pressing the โบ button ๐Ÿ’ข๐Ÿ’ข

#steevehook #youtube #tutorials

On my scale, experience is measured in MISTAKES/LESSONS learnt, not in YEARS of LOYALTY in a company. It could take you 2-3 years to achieve what others did in 10 years. So feel free to bend the rules and break out of the box ๐Ÿ˜‡ #steevehook #inspiration #softwareengineering

steevehook's tweet image. On my scale, experience is measured in MISTAKES/LESSONS learnt, not in YEARS of LOYALTY in a company. It could take you 2-3 years to achieve what others did in 10 years. So feel free to bend the rules and break out of the box ๐Ÿ˜‡

#steevehook #inspiration #softwareengineering

It happens every time & that's just the journey of careers in general. At some point in your career, you might have thought you're less worth. The real TRUTH is, you DEFINE your WORTH. Stay true to you & Keep Working ๐Ÿ˜‡ #steevehook #inspiration #softwareengineering

steevehook's tweet image. It happens every time & that's just the journey of careers in general. At some point in your career, you might have thought you're less worth. The real TRUTH is, you DEFINE your WORTH.

Stay true to you & Keep Working ๐Ÿ˜‡

#steevehook #inspiration #softwareengineering

I am proud to say I dropped the best 1h of valuable content on Atomics in Go. Let the result speak for itself. Enjoy the PART 2 #golang #steevehook #concurrency #atomics #asm #compile #build #link #obj youtu.be/lKds8lAzt6s


I am proud to say I dropped the best 1h of valuable content on Atomics in Go. Let the result speak for itself. Enjoy the PART 1 #golang #steevehook #concurrency #atomics youtu.be/nVjAS0uEnVM


Been a while since I posted these, so here goes another Q&A over Coffee. This time we talk about Hiring & Mistakes people in the industry make. #steevehook #hr #hiring #qa_over_coffee Enjoy ๐Ÿฅณ youtu.be/DkSqlXZc1qo


The atomic.Value type is the best of both worlds: blazing fast and less cumbersome compared to other sync types. ๐Ÿ’ป Playgrounds: play.golang.org/p/JJHVCFlFEH1 play.golang.org/p/Ba9ZdrH2A4u #tip_of_the_week #golang #steevehook

steevehook's tweet image. The atomic.Value type is the best of both worlds: blazing fast and less cumbersome compared to other sync types.

๐Ÿ’ป Playgrounds:
play.golang.org/p/JJHVCFlFEH1
play.golang.org/p/Ba9ZdrH2A4u

#tip_of_the_week #golang #steevehook

This is a little tough one, but it's possible to do in Go. It's possible to run Assembly code and call Go code from Assembly. So what will be the result after running: go build -o exec ./exec โœ… result 5 โœ… ./main.go: missing function body #code_time #golang #steevehook

steevehook's tweet image. This is a little tough one, but it's possible to do in Go. It's possible to run Assembly code and call Go code from Assembly. So what will be the result after running:

go build -o exec
./exec

โœ… result 5
โœ… ./main.go: missing function body

#code_time #golang #steevehook

Go's Concurrency Model is perhaps one of the things everyone falls in love with. When it comes to buffered channels, just FYI you can use the len() and cap() functions to check for channel length and capacity at runtime for different checks. #tip_of_the_week #golang #steevehook

steevehook's tweet image. Go's Concurrency Model is perhaps one of the things everyone falls in love with. When it comes to buffered channels, just FYI you can use the len() and cap() functions to check for channel length and capacity at runtime for different checks.

#tip_of_the_week #golang #steevehook

I gotta say this one gets me very often. It's very important to be aware on what type of receivers you implement interfaces and how to instantiate types correctly. So which type will print Steve Steve (call the String method) โœ… person1 โœ… person2 #code_time #golang #steevehook

steevehook's tweet image. I gotta say this one gets me very often. It's very important to be aware on what type of receivers you implement interfaces and how to instantiate types correctly. So which type will print Steve Steve (call the String method)

โœ… person1
โœ… person2

#code_time #golang #steevehook

A lot of the times I find myself doing cleanup or executing relatively small operations after some time, in their own go routines. Using time.After, will automatically execute the func in its own go routine after the specified Duration. #tip_of_the_week #golang #steevehook

steevehook's tweet image. A lot of the times I find myself doing cleanup or executing relatively small operations after some time, in their own go routines.

Using time.After, will automatically execute the func in its own go routine after the specified Duration.

#tip_of_the_week #golang #steevehook

If there's anything easy to use in the sync package, that's the WaitGroup type. What do you think it's wrong with this code though? โœ… Everything will work just fine โœ… panic: sync: WaitGroup is reused before previous Wait has returned #code_time #golang #steevehook

steevehook's tweet image. If there's anything easy to use in the sync package, that's the WaitGroup type.
What do you think it's wrong with this code though?

โœ… Everything will work just fine
โœ… panic: sync: WaitGroup is reused before previous Wait has returned

#code_time #golang #steevehook

This is slowly becoming a brand โค๏ธ๐ŸคŸ #steevehook

steevehook's tweet image. This is slowly becoming a brand โค๏ธ๐ŸคŸ

#steevehook

As perfect as we all try to be ๐Ÿ˜‡, especially myself, I had to say it. FUCK PERFECTION ๐Ÿคฌ. Go ahead and put in the WORK, MAKE MISTAKES and REPEAT the damn process. It's the way, it's the silver bullet. #steevehook #inspiration #softwareengineering #softwaredevelopement #success

steevehook's tweet image. As perfect as we all try to be ๐Ÿ˜‡, especially myself, I had to say it.
FUCK PERFECTION ๐Ÿคฌ. Go ahead and put in the WORK, MAKE MISTAKES and REPEAT the damn process. It's the way, it's the silver bullet.

#steevehook #inspiration #softwareengineering #softwaredevelopement #success

Go has most encoding standards supported, including its own encoding: gob for communicating between Go processes. So what's going to be the value of q? โœ… Q{A: 1, B: 2} โœ… Decode Error #steevehook #code_time #golang

steevehook's tweet image. Go has most encoding standards supported, including its own encoding: gob for communicating between Go processes. So what's going to be the value of q?

โœ… Q{A: 1, B: 2}
โœ… Decode Error

#steevehook #code_time #golang

There's NO SECRET or SHORT PATH towards anything. WORK is the only decisive factor in any sort of SUCCESS. You get my respect, if you're a hustler & put in the hard work. Keep grinding & improving the game. ๐Ÿ‘จโ€๐Ÿ’ป #steevehook #inspiration #softwaredevelopement #success

steevehook's tweet image. There's NO SECRET or SHORT PATH towards anything. WORK is the only decisive factor in any sort of SUCCESS.

You get my respect, if you're a hustler & put in the hard work.
Keep grinding & improving the game. ๐Ÿ‘จโ€๐Ÿ’ป

#steevehook #inspiration #softwaredevelopement #success

The way I look when I realise I've been talking for 30m without pressing the โบ button ๐Ÿ’ข๐Ÿ’ข #steevehook #youtube #tutorials

steevehook's tweet image. The way I look when I realise I've been talking for 30m without pressing the โบ button ๐Ÿ’ข๐Ÿ’ข

#steevehook #youtube #tutorials

The way I feel after my code compiles & runs after a long tutorial coding session for YouTube ๐Ÿ†’๐Ÿ’ป #steevehook #youtube #tutorials #golang

steevehook's tweet image. The way I feel after my code compiles & runs after a long tutorial coding session for YouTube ๐Ÿ†’๐Ÿ’ป

#steevehook #youtube #tutorials #golang

On my scale, experience is measured in MISTAKES/LESSONS learnt, not in YEARS of LOYALTY in a company. It could take you 2-3 years to achieve what others did in 10 years. So feel free to bend the rules and break out of the box ๐Ÿ˜‡ #steevehook #inspiration #softwareengineering

steevehook's tweet image. On my scale, experience is measured in MISTAKES/LESSONS learnt, not in YEARS of LOYALTY in a company. It could take you 2-3 years to achieve what others did in 10 years. So feel free to bend the rules and break out of the box ๐Ÿ˜‡

#steevehook #inspiration #softwareengineering

Been a while since I hit ya with another code time. Here we go again. You might think locks in Go are re-entrant, to your surprise they're not. So what's it going to be? ๐Ÿค” โœ… Works fine โœ… Deadlock #code_time #golang #steevehook

steevehook's tweet image. Been a while since I hit ya with another code time. Here we go again. You might think locks in Go are re-entrant, to your surprise they're not. So what's it going to be? ๐Ÿค”

โœ… Works fine
โœ… Deadlock

#code_time #golang #steevehook

As much as like Quotes that Inspire, Nothing is more inspirational than the Actual Work. Nothing will ever work, if you don't Start. So go ahead and close this tab/application & start becoming the better you ๐Ÿ˜‰โค๏ธ #steevehook #inspiration #success #motivation

steevehook's tweet image. As much as like Quotes that Inspire, Nothing is more inspirational than the Actual Work. Nothing will ever work, if you don't Start. So go ahead and close this tab/application & start becoming the better you ๐Ÿ˜‰โค๏ธ

#steevehook #inspiration #success #motivation

I'm a huge fan of the Hustle Culture, but the Software Engineering game is like sports. You Workout, you Rest, then Get Back to Workout, but Don't Burn Out. Enjoy the PROCESS ๐Ÿ’ช๐Ÿ˜Œ๐Ÿ’ช #steevehook #motivation #inspiration #success #softwareengineering #softwaredevelopement

steevehook's tweet image. I'm a huge fan of the Hustle Culture, but the Software Engineering game is like sports. You Workout, you Rest, then Get Back to Workout, but Don't Burn Out. Enjoy the PROCESS ๐Ÿ’ช๐Ÿ˜Œ๐Ÿ’ช

#steevehook #motivation #inspiration #success #softwareengineering #softwaredevelopement

This is a little tough one, but it's possible to do in Go. It's possible to run Assembly code and call Go code from Assembly. So what will be the result after running: go build -o exec ./exec โœ… result 5 โœ… ./main.go: missing function body #code_time #golang #steevehook

steevehook's tweet image. This is a little tough one, but it's possible to do in Go. It's possible to run Assembly code and call Go code from Assembly. So what will be the result after running:

go build -o exec
./exec

โœ… result 5
โœ… ./main.go: missing function body

#code_time #golang #steevehook

It happens every time & that's just the journey of careers in general. At some point in your career, you might have thought you're less worth. The real TRUTH is, you DEFINE your WORTH. Stay true to you & Keep Working ๐Ÿ˜‡ #steevehook #inspiration #softwareengineering

steevehook's tweet image. It happens every time & that's just the journey of careers in general. At some point in your career, you might have thought you're less worth. The real TRUTH is, you DEFINE your WORTH.

Stay true to you & Keep Working ๐Ÿ˜‡

#steevehook #inspiration #softwareengineering

Have you ever asked yourself if the fields order inside a struct matters? Well, it actually does. The overall struct memory will be affected by the order of the fields in a struct. So what's it going to be? โœ… true โœ… false #code_time #golang #steevehook

steevehook's tweet image. Have you ever asked yourself if the fields order inside a struct matters? Well, it actually does. The overall struct memory will be affected by the order of the fields in a struct. So what's it going to be?

โœ… true
โœ… false

#code_time #golang #steevehook

If there's anything easy to use in the sync package, that's the WaitGroup type. What do you think it's wrong with this code though? โœ… Everything will work just fine โœ… panic: sync: WaitGroup is reused before previous Wait has returned #code_time #golang #steevehook

steevehook's tweet image. If there's anything easy to use in the sync package, that's the WaitGroup type.
What do you think it's wrong with this code though?

โœ… Everything will work just fine
โœ… panic: sync: WaitGroup is reused before previous Wait has returned

#code_time #golang #steevehook

A lot of the times I find myself doing cleanup or executing relatively small operations after some time, in their own go routines. Using time.After, will automatically execute the func in its own go routine after the specified Duration. #tip_of_the_week #golang #steevehook

steevehook's tweet image. A lot of the times I find myself doing cleanup or executing relatively small operations after some time, in their own go routines.

Using time.After, will automatically execute the func in its own go routine after the specified Duration.

#tip_of_the_week #golang #steevehook

Go's Concurrency Model is perhaps one of the things everyone falls in love with. When it comes to buffered channels, just FYI you can use the len() and cap() functions to check for channel length and capacity at runtime for different checks. #tip_of_the_week #golang #steevehook

steevehook's tweet image. Go's Concurrency Model is perhaps one of the things everyone falls in love with. When it comes to buffered channels, just FYI you can use the len() and cap() functions to check for channel length and capacity at runtime for different checks.

#tip_of_the_week #golang #steevehook

I gotta say this one gets me very often. It's very important to be aware on what type of receivers you implement interfaces and how to instantiate types correctly. So which type will print Steve Steve (call the String method) โœ… person1 โœ… person2 #code_time #golang #steevehook

steevehook's tweet image. I gotta say this one gets me very often. It's very important to be aware on what type of receivers you implement interfaces and how to instantiate types correctly. So which type will print Steve Steve (call the String method)

โœ… person1
โœ… person2

#code_time #golang #steevehook

The atomic.Value type is the best of both worlds: blazing fast and less cumbersome compared to other sync types. ๐Ÿ’ป Playgrounds: play.golang.org/p/JJHVCFlFEH1 play.golang.org/p/Ba9ZdrH2A4u #tip_of_the_week #golang #steevehook

steevehook's tweet image. The atomic.Value type is the best of both worlds: blazing fast and less cumbersome compared to other sync types.

๐Ÿ’ป Playgrounds:
play.golang.org/p/JJHVCFlFEH1
play.golang.org/p/Ba9ZdrH2A4u

#tip_of_the_week #golang #steevehook

If you ever wondered if you can enforce a type to not be passed by value (copy) you can do so by simply implementing the sync.Locker interface and create a noCopy type. All the checks will be done for you by the go vet tool. #tip_of_the_week #golang #steevehook

steevehook's tweet image. If you ever wondered if you can enforce a type to not be passed by value (copy) you can do so by simply implementing the sync.Locker interface and create a noCopy type. All the checks will be done for you by the go vet tool.

#tip_of_the_week #golang #steevehook

Loading...

Something went wrong.


Something went wrong.


United States Trends