<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web01.fireside.fm</fireside:hostname>
    <fireside:genDate>Sun, 12 Apr 2026 03:50:35 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>The Manifest - Episodes Tagged with “Go”</title>
    <link>https://manifest.fm/tags/go</link>
    <pubDate>Mon, 02 Oct 2017 01:00:00 +0100</pubDate>
    <description>Welcome to The Manifest, a podcast all about package management. Your hosts are Alex Pounds and Andrew Nesbitt. Together they explore the technical details of package management, the stories and the history of various projects, and the communities around them too. Every so often there will be a brand new interview with a package manager maintainer.
</description>
    <language>en-gb</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>A podcast all about package management</itunes:subtitle>
    <itunes:author>Andrew Nesbitt and Alex Pounds</itunes:author>
    <itunes:summary>Welcome to The Manifest, a podcast all about package management. Your hosts are Alex Pounds and Andrew Nesbitt. Together they explore the technical details of package management, the stories and the history of various projects, and the communities around them too. Every so often there will be a brand new interview with a package manager maintainer.
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/0/09b1672e-d238-4955-847b-084d98d93e95/cover.jpg?v=1"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>package management, podcast, software, open source</itunes:keywords>
    <itunes:owner>
      <itunes:name>Andrew Nesbitt and Alex Pounds</itunes:name>
      <itunes:email>andrew@manifest.fm</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="News">
  <itunes:category text="Tech News"/>
</itunes:category>
<item>
  <title>Episode 4: Go dep with Sam Boyer</title>
  <link>http://manifest.fm/4</link>
  <guid isPermaLink="false">c32d55cb-f5f8-4fa7-b1ff-318847b09d6a</guid>
  <pubDate>Mon, 02 Oct 2017 01:00:00 +0100</pubDate>
  <author>Andrew Nesbitt and Alex Pounds</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/09b1672e-d238-4955-847b-084d98d93e95/c32d55cb-f5f8-4fa7-b1ff-318847b09d6a.mp3" length="24463645" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Andrew Nesbitt and Alex Pounds</itunes:author>
  <itunes:subtitle>Wherein we discuss Go and Dep with Sam Boyer. We discuss how he led the improvements to package management for the Go ecosystem and went deep on satisfiability and how it relates to dependency resolution.</itunes:subtitle>
  <itunes:duration>53:33</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/0/09b1672e-d238-4955-847b-084d98d93e95/cover.jpg?v=1"/>
  <description>Wherein we discuss Go and Dep with Sam Boyer. We discuss how he led the improvements to package management for the Go ecosystem and went deep on satisfiability and how it relates to dependency resolution. Special Guest: Sam Boyer.
</description>
  <content:encoded>
    <![CDATA[<p>Wherein we discuss Go and Dep with Sam Boyer. We discuss how he led the improvements to package management for the Go ecosystem and went deep on satisfiability and how it relates to dependency resolution.</p><p>Special Guest: Sam Boyer.</p><p>Links:</p><ul><li><a title="dep on GitHub" rel="nofollow" href="https://github.com/golang/dep">dep on GitHub</a></li><li><a title="The Go Programming Language" rel="nofollow" href="https://golang.org/">The Go Programming Language</a></li><li><a title="gps on GitHub" rel="nofollow" href="https://github.com/sdboyer/gps">gps on GitHub</a></li><li><a title="glide on GitHub" rel="nofollow" href="https://github.com/Masterminds/glide">glide on GitHub</a></li><li><a title="The Saga of Go Dependency Management" rel="nofollow" href="https://blog.gopheracademy.com/advent-2016/saga-go-dependency-management/">The Saga of Go Dependency Management</a></li><li><a title="Go Package Management Tools" rel="nofollow" href="https://github.com/golang/go/wiki/PackageManagementTools">Go Package Management Tools</a></li><li><a title="So you want to write a package manager" rel="nofollow" href="https://medium.com/@sdboyer/so-you-want-to-write-a-package-manager-4ae9c17d9527">So you want to write a package manager</a></li><li><a title="gopkg.in" rel="nofollow" href="http://labix.org/gopkg.in">gopkg.in</a></li><li><a title="The New Era of Go Package Management" rel="nofollow" href="https://www.youtube.com/watch?v=5LtMb090AZI">The New Era of Go Package Management</a></li><li><a title="Satisfiability - Wikipedia" rel="nofollow" href="https://en.wikipedia.org/wiki/Satisfiability">Satisfiability - Wikipedia</a></li><li><a title="MiniSat" rel="nofollow" href="http://minisat.se/">MiniSat</a></li><li><a title="Horn clauses" rel="nofollow" href="https://en.wikipedia.org/wiki/Horn_clause">Horn clauses</a></li><li><a title="The Art of Computer Programming, Volume 4, Fascicle 6: Satisfiability" rel="nofollow" href="http://amzn.to/2yh7ckY">The Art of Computer Programming, Volume 4, Fascicle 6: Satisfiability</a></li><li><a title="Conflict-Driven Clause Learning" rel="nofollow" href="https://en.wikipedia.org/wiki/Conflict-Driven_Clause_Learning">Conflict-Driven Clause Learning</a></li><li><a title="Backjumping" rel="nofollow" href="https://en.wikipedia.org/wiki/Backjumping">Backjumping</a></li><li><a title="Gophers on Slack" rel="nofollow" href="https://invite.slack.golangbridge.org/">Gophers on Slack</a></li><li><a title="Sam on Twitter" rel="nofollow" href="https://twitter.com/sdboyer">Sam on Twitter</a></li><li><a title="Sam on GitHub" rel="nofollow" href="https://github.com/sdboyer">Sam on GitHub</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Wherein we discuss Go and Dep with Sam Boyer. We discuss how he led the improvements to package management for the Go ecosystem and went deep on satisfiability and how it relates to dependency resolution.</p><p>Special Guest: Sam Boyer.</p><p>Links:</p><ul><li><a title="dep on GitHub" rel="nofollow" href="https://github.com/golang/dep">dep on GitHub</a></li><li><a title="The Go Programming Language" rel="nofollow" href="https://golang.org/">The Go Programming Language</a></li><li><a title="gps on GitHub" rel="nofollow" href="https://github.com/sdboyer/gps">gps on GitHub</a></li><li><a title="glide on GitHub" rel="nofollow" href="https://github.com/Masterminds/glide">glide on GitHub</a></li><li><a title="The Saga of Go Dependency Management" rel="nofollow" href="https://blog.gopheracademy.com/advent-2016/saga-go-dependency-management/">The Saga of Go Dependency Management</a></li><li><a title="Go Package Management Tools" rel="nofollow" href="https://github.com/golang/go/wiki/PackageManagementTools">Go Package Management Tools</a></li><li><a title="So you want to write a package manager" rel="nofollow" href="https://medium.com/@sdboyer/so-you-want-to-write-a-package-manager-4ae9c17d9527">So you want to write a package manager</a></li><li><a title="gopkg.in" rel="nofollow" href="http://labix.org/gopkg.in">gopkg.in</a></li><li><a title="The New Era of Go Package Management" rel="nofollow" href="https://www.youtube.com/watch?v=5LtMb090AZI">The New Era of Go Package Management</a></li><li><a title="Satisfiability - Wikipedia" rel="nofollow" href="https://en.wikipedia.org/wiki/Satisfiability">Satisfiability - Wikipedia</a></li><li><a title="MiniSat" rel="nofollow" href="http://minisat.se/">MiniSat</a></li><li><a title="Horn clauses" rel="nofollow" href="https://en.wikipedia.org/wiki/Horn_clause">Horn clauses</a></li><li><a title="The Art of Computer Programming, Volume 4, Fascicle 6: Satisfiability" rel="nofollow" href="http://amzn.to/2yh7ckY">The Art of Computer Programming, Volume 4, Fascicle 6: Satisfiability</a></li><li><a title="Conflict-Driven Clause Learning" rel="nofollow" href="https://en.wikipedia.org/wiki/Conflict-Driven_Clause_Learning">Conflict-Driven Clause Learning</a></li><li><a title="Backjumping" rel="nofollow" href="https://en.wikipedia.org/wiki/Backjumping">Backjumping</a></li><li><a title="Gophers on Slack" rel="nofollow" href="https://invite.slack.golangbridge.org/">Gophers on Slack</a></li><li><a title="Sam on Twitter" rel="nofollow" href="https://twitter.com/sdboyer">Sam on Twitter</a></li><li><a title="Sam on GitHub" rel="nofollow" href="https://github.com/sdboyer">Sam on GitHub</a></li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
