Golang Personal Notes
Ctrlk
  • Introduction
  • Packages
  • Understanding Go Modules & Building Go Programs
  • Variables & Constants
  • Data Types & Null Values
  • Control Structures
  • Functions
  • Pointers
  • Structs and Methods
  • Interfaces
  • Arrays and Slices
  • Maps
  • Handling Long User Input
  • Loading Environment Variables
  • Databases MYSQL
  • fmt
  • os
    • os.ReadFile()
    • os.WriteFile()
Powered by GitBook
On this page

os

os.ReadFile()os.WriteFile()
Previousfmt.Scan()Nextos.ReadFile()

Last updated 1 year ago