<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: codenoid_</title>
    <description>The latest articles on Forem by codenoid_ (@codenoid_).</description>
    <link>https://forem.com/codenoid_</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F256778%2F3464f393-d7c6-42a9-9a1a-31a6e6fa1c58.jpeg</url>
      <title>Forem: codenoid_</title>
      <link>https://forem.com/codenoid_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/codenoid_"/>
    <language>en</language>
    <item>
      <title>Easiest way to Install Go on Linux</title>
      <dc:creator>codenoid_</dc:creator>
      <pubDate>Sun, 21 Mar 2021 10:07:40 +0000</pubDate>
      <link>https://forem.com/codenoid_/easiest-way-to-install-go-on-linux-gim</link>
      <guid>https://forem.com/codenoid_/easiest-way-to-install-go-on-linux-gim</guid>
      <description>&lt;p&gt;Go (golang for seo-friendliness) is an open-source and lower-level programming language designed to enable users to easily write simple, reliable, and highly efficient computer programs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install Latest Go on Linux machine
&lt;/h2&gt;

&lt;p&gt;It's really easy and hassle-free!, just execute this command below&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSLo-&lt;/span&gt; https://s.id/golang-linux | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Done!&lt;/p&gt;

&lt;p&gt;the &lt;code&gt;~/go&lt;/code&gt; is your &lt;code&gt;$GOROOT&lt;/code&gt; folder.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I suggest you to start your project outside &lt;code&gt;$GOROOT&lt;/code&gt; directory, idk, maybe &lt;code&gt;~/Document/project&lt;/code&gt; ?&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Update Go on Linux machine
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Delete existing &lt;code&gt;$GOROOT&lt;/code&gt; directory (~/go?)&lt;/li&gt;
&lt;li&gt;Install "New" Latest Go version with the command above :)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;And if you are new in Go, I suggest you to head up to &lt;a href="https://tour.golang.org/"&gt;tour.golang.org&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Bash script source: &lt;a href="https://github.com/codenoid/install-latest-go-linux/blob/main/install-go.sh"&gt;github.com/codenoid/install-latest-go-linux&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy &lt;strong&gt;Go&lt;/strong&gt;ing!&lt;/p&gt;

</description>
      <category>go</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>File.io clone in Go</title>
      <dc:creator>codenoid_</dc:creator>
      <pubDate>Thu, 23 Apr 2020 13:19:16 +0000</pubDate>
      <link>https://forem.com/codenoid_/file-io-clone-in-go-1eo1</link>
      <guid>https://forem.com/codenoid_/file-io-clone-in-go-1eo1</guid>
      <description>&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;The Code : &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/codenoid/file.io"&gt;https://github.com/codenoid/file.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Install via Docker : &lt;/p&gt;

&lt;p&gt;&lt;a href="https://hub.docker.com/r/codenoid/file.io-clone"&gt;https://hub.docker.com/r/codenoid/file.io-clone&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Intro
&lt;/h2&gt;

&lt;p&gt;File.io is often used for sharing or moving a private-data, like when i move my Go binary, i use File.io to move from my local to production machine, and because of i have a lot of freetime, i write clone of File.io&lt;/p&gt;

&lt;h2&gt;
  
  
  Feature &amp;amp; TODO
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;[x] Custom expiration option&lt;/li&gt;
&lt;li&gt;[x] Content-Disposition header&lt;/li&gt;
&lt;li&gt;[x] Multiple Storage Support (currently redis)&lt;/li&gt;
&lt;li&gt;[ ] Max download option&lt;/li&gt;
&lt;li&gt;[x] Simple API&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hope this thing useful for you &amp;lt;3 &lt;/p&gt;

</description>
      <category>file</category>
      <category>filesharing</category>
      <category>go</category>
    </item>
  </channel>
</rss>
