# INTRODUCTION

- [GoLang Background](/golang/introduction/golang-background.md)
- [Package](/golang/introduction/package.md): Definition and Types
- [File Structure](/golang/introduction/file-structure.md)
- [Data Types](/golang/introduction/data-types.md)
- [Functions](/golang/introduction/functions.md)
- [Struct](/golang/introduction/struct.md)
- [Maps](/golang/introduction/maps.md)
- [Interface](/golang/introduction/interface.md)
- [Goroutines](/golang/introduction/goroutines.md)
- [Channels](/golang/introduction/channels.md)
