Skip to content

Это НОВЫЙ перевод всего Effective Go на русский язык

Notifications You must be signed in to change notification settings

0x0FACED/effective-go-ru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effective Go Russian (Эффективный Go)

За переводом сюда ---> Перевод

Table of Contents

  1. Introduction (FINISHED)
    • Examples
  2. Formatting (FINISHED)
  3. Commentary (FINISHED)
  4. Names (FINISHED)
    • Package names
    • Getters
    • Interface names
    • MixedCaps
  5. Semicolons (FINISHED)
  6. Control structures (FINISHED)
    • If
    • Redeclaration and reassignment
    • For
    • Switch
    • Type switch
  7. Functions (FINISHED)
    • Multiple return values
    • Named result parameters
    • Defer
  8. Data (FINISHED)
    • Allocation with new
    • Constructors and composite literals
    • Allocation with make
    • Arrays
    • Slices
    • Two-dimensional slices
    • Maps
    • Printing
    • Append
  9. Initialization (FINISHED)
    • Constants
    • Variables
    • The init function
  10. Methods (FINISHED)
    • Pointers vs. Values
  11. Interfaces and other types (FINISHED)
    • Interfaces
    • Conversions
    • Interface conversions and type assertions
    • Generality
    • Interfaces and methods
  12. The blank identifier (FINISHED)
    • The blank identifier in multiple assignment
    • Unused imports and variables
    • Import for side effect
    • Interface checks
  13. Embedding (FINISHED)
  14. Concurrency (FINISHED)
    • Share by communicating
    • Goroutines
    • Channels
    • Channels of channels
    • Parallelization
    • A leaky buffer
  15. Errors (FINISHED)
    • Panic
    • Recover
  16. A web server (FINISHED)

About

Это НОВЫЙ перевод всего Effective Go на русский язык

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published