Skip to content

Latest commit

 

History

History

step06

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

STEP06: ガチャチケットを導入しよう(メソッド)

新しく学ぶこと

  • 構造体リテラルのポインタ
  • メソッド

動かし方

$ go build -v -o step06
$ ./step06

または

$ go run .