Skip to content

nobishino/quiz-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

quiz-golang

Learn Golang by solving fun quiz

凡例

  • 全てのクイズは選択式です。
  • ただし、デフォルトの選択肢として、次のものがあります。これらは書かれていなくてもその選択肢が存在するものとして答えてください。
    • 正常に実行終了
    • compile(build) error
    • runtime panic
    • deadlock
  • build errorやruntime panicの場合には、その時に出てくるエラーメッセージやそのキーワードなども考えるとボーナスポイントがつきます(?)
  • クイズはGo言語仕様書の目次にしたがって分類します。
  • クイズにはPlaygroundへのリンクと解説へのリンクをできるだけつけます。

目次

  • Introduction
  • Notation
  • Source code representation
  • Lexical elements
  • Constants
  • Variables
  • Types
    • Method Sets
    • [Boolean types]
    • [Numeric types]
    • [String types]
    • [Array types]
    • [Slice types]
    • [Struct types]
    • [Pointer types]
    • [Function types]
    • [Interface types]
    • Map types
    • [Channel types]
  • Properties of types and values
  • Blocks
  • Declarations and scope
  • Expressions
  • Statements
  • Build-in functions
  • Packages
  • Program initializations and execution
  • Errors
  • Run-time panics
  • System considerations

目次(最上位の章立てのみ)

  • Introduction
  • Notation
  • Source code representation
  • Lexical elements
  • Constants
  • Variables
  • Types
  • Properties of types and values
  • Blocks
  • Declarations and scope
  • Expressions
  • Statements
  • Build-in functions
  • Packages
  • Program initializations and execution
  • Errors
  • Run-time panics
  • System considerations

About

Learn Golang by solving fun quiz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published