Skip to content
View potapovkd's full-sized avatar

Highlights

  • Pro

Block or report potapovkd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. First gotcha with defer in Go First gotcha with defer in Go
    1
    package main
    2
    
                  
    3
    import "fmt"
    4
    
                  
    5
    func main() {
  2. Second gotcha with defer in Go Second gotcha with defer in Go
    1
    package main
    2
    
                  
    3
    import "fmt"
    4
    
                  
    5
    func main() {
  3. Fibonacci Closure Fibonacci Closure
    1
    package main
    2
    
                  
    3
    import "fmt"
    4
    
                  
    5
    // fibonacci is a function that returns