go Strings, bytes, and runes exercises

Strings, bytes, and runes exercises Convert Use []byte <-> string conversions. Print the Runes Use Printf verbs. Rune Manipulator Use utf8 package, indexing and slicing.
阅读全文

go Bouncing Ball Challenge Tips

Bouncing Ball Challenge Tips Use the following tips only when you get stuck. This document isn't in a particular order, please do not follow it like so. CALCULATING THE VELOCITY You can use velocity t
阅读全文

go Bouncing Ball Exercises

Bouncing Ball Exercises Find the Bug There is a bug in the bouncing ball code. Test yourself that you really understand how the backing arrays work. Adjust the width and height automatically In this e
阅读全文

go Empty File Finder Exercises

Empty File Finder Exercises Sort and write items to a file Sort and write items to a file with their ordinals Find and write the names of subdirectories to a file
阅读全文

go Constants

Constants Minutes in Weeks Remove the Magic Constant Length TAU Area No Conversions Allowed Iota Months Iota Months #2 Iota Seasons
阅读全文

go Header

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
阅读全文