Skip to content

I am currently learning Go as one of my main languages, currently learnt the syntax from LinkedIn Learning and would like to share some of the notes and mini projects I did while in the course

License

Notifications You must be signed in to change notification settings

H12M54AM/GO-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO-Notes

To start off

    package main

    import ("fmt")

    func main() {
        fmt.Println("Hello World")
    }

I am currently learning Go as one of my main languages, currently learnt the syntax from LinkedIn Learning and would like to share some of the notes and mini projects I did while in the course

Go

About

I am currently learning Go as one of my main languages, currently learnt the syntax from LinkedIn Learning and would like to share some of the notes and mini projects I did while in the course

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages