From the course: Beginner's Guide to Go Protocol Buffer
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Solution 2: Part 1 - Go Tutorial
From the course: Beginner's Guide to Go Protocol Buffer
Solution 2: Part 1
(upbeat music) - [Instructor] Now that you've had a chance to finish the challenge let me walk you through one of the possible solutions. So we'll go to the go repo where we have the character service and the customer service. And we're going to go over to code and select create code space on main. It might take a few minutes to set up so be a little patient. Okay? And once the code space fully loads we're going to add the protocol buffers repo also to this so that we can make that all work together. So we're going to go into the directory above this and I'm going to go over to the proto buffs repo and we're going to change the branch from main to 02_04e where we have all our changes that we did to create our our proto buffs and the services. So from here we're going to go to local and grab that and then go back to our code space. And here we will clone it. Then we will go to these three marks, click on it and…