<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tutorials on Golang Workshop - Go Programming Tutorials</title>
    <link>https://www.golangworkshop.com/tutorials/</link>
    <description>Recent content in Tutorials on Golang Workshop - Go Programming Tutorials</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 09 Aug 2021 21:23:34 -0700</lastBuildDate>
    <atom:link href="https://www.golangworkshop.com/tutorials/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Golang Tutorials: How to Read a Text File in Go</title>
      <link>https://www.golangworkshop.com/tutorials/how-to-read-text-file-go/</link>
      <pubDate>Mon, 09 Aug 2021 21:23:34 -0700</pubDate>
      <guid>https://www.golangworkshop.com/tutorials/how-to-read-text-file-go/</guid>
      <description>Create a new file named main.go with the following code:
package main func main() { } Create a text file named sample.txt with whatever text you want:
If opportunity doesn&amp;#39;t knock, build a door. This is a text file. There are many like it, but this one is mine... This is a third line This is a fourth Next, we&amp;rsquo;ll open that file.
Next add the following to open up the file:</description>
    </item>
  </channel>
</rss>
