Skip to content

boyone/go-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-101

6 Feb 2018 Fist step with Golang

  • go-101-helloworld.pdf Fist step with Golang
  • PROXY.md การกำหนด PROXY
  • go-101-git-golangbook
  • Git and prepare repository for golang book

7 Feb 2018

  • Read golang book and work with git #1
  • go-101-git-golangbook
  • Golang type
  • Chapter 2
  • Chapter 3

8 Feb 2018

  • Read golang book and work with git #2
  • go-101-git-golangbook
  • Golang variables
  • Chapter 4

13 Feb 2018

  • Read golang book and work with git #3
  • Conditions
  • Chapter 5

14 Feb 2018

  • Read golang book and work with git #4
  • Functions, Arrays, Slides and Map
  • Chapter 6
  • Chapter 7

16 Feb 2018

  • Exam #1: Console Weather

21 Feb 2018

  • Read golang book and work with git #5
  • Chapter 8 Pointer
  • Chapter 9 Struct type, Specific type
  • Chapter 10 Method
  • Chapter 11 Interface

23 Feb 2018

  • Exam #2: Vending Machine

26 Feb 2018

  • The return of vending machine

28 Feb 2018

  • Go Package
  • Introduction TDD (FIZZBUZZ)

2 Mar 2018

  • Exam #3: Combined Number
  • Go to http://cyber-dojo.org enter practices id [F9F98C]
  • เวลาในการทำโจทย์ 09:30-10:30 น.
  • ให้ implement ทั้ง test และ production code
  • Capture รูป Avatar ตั้งชื่อรูปว่า exam3 ใส่ใน folder exercise แล้ว push ขึ้น github เพื่อระบุตัวตน
Combined Number

Write a function accepting a list of non negative integers, 
and returning their largest possible combined number
as a string. For example

given [50, 2, 1, 9] it returns "95021"    (9 + 50 + 2 + 1)
given [5, 50, 56]   it returns "56550"    (56 + 5 + 50)
given [420, 42, 423] it returns "42423420" (42 + 423 + 420)

Source [https://blog.svpino.com/about]

5 Mar 2018

  • Go Functional
  • Go Routine

7 Mar 2018

  • Go Channel

9 Mar 2018

  • Exam #4: Speedy Espresso

12 Mar 2018

  • Go HTTP
  • Go Test

14 Mar 2018

  • Midleware
  • URL Mapping
  • Test Web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •