Header What you will learn? Refactor Refactor the headerOf function with a map + defer + and a named param. text text
阅读全文
go Printf
Printf Print Your Age Print Your Name and LastName False Claims Print the Temperature Double Quotes Print the Type Print the Type #2 Print the Type #3 Print the Type #4 Print Your Fullname
阅读全文
go GO INSTALLATION GUIDES
GO INSTALLATION GUIDES Please select your operating system below for the detailed installation instructions: OS X Windows Linux (Ubuntu)
阅读全文
go If Statement
If Statement Age Seasons Simplify It Arg Count Vowel or Consonant Error Handling Movie Ratings Odd or Even Leap Year Simplify the Leap Year Days in a Month
阅读全文
go Text Wrapper Challenge Guideline
Text Wrapper Challenge Guideline In this project your goal is to mimic the soft text wrapping feature of text editors. For example, when there are 100 characters on a line and if the soft-wrapping is
阅读全文
go GOAL 4: Blinking the Separators
GOAL 4: Blinking the Separators Notes Note main.go file contains the solution of the previous step. "solution" folder contains the solution for this step. Challenge Steps Separators should be visible
阅读全文
go GOAL 1: Printing the Digits
GOAL 1: Printing the Digits Challenge Steps Define a new placeholder type Create the digits from "zero" to "nine" You can use these characters for the clock: Digit character : █ Separator character :
阅读全文
go 15-project-retro-led-clock
NOTES I've explained the challenges and the solutions step by step So, if you get stuck, you can check out the next step without having to look at the entire final solution You can find the explanatio
阅读全文
go Exercises
Exercises These exercises will reinforce your knowledge of manipulating arrays. You will prove yourself that you can write easy to maintain Go programs. Refactor In this exercise, you will refactor th
阅读全文
go GOAL 3: Animate the Clock
GOAL 3: Animate the Clock Notes Note main.go file contains the solution of the previous step. "solution" folder contains the solution for this step. Challenge Steps Create an infinite loop to update t
阅读全文