├── .gitignore ├── CNAME └── docs ├── .gitignore ├── .jekyll-metadata ├── 404.html ├── Gemfile ├── Gemfile.lock ├── LICENSE.txt ├── README.md ├── _config.yml ├── _documentation ├── 1.1-hello-world.md ├── 1.2-numeral-system-decimal.md ├── 1.3-numeral-system-binary.md ├── 1.4-numeral-system-hexadecimal.md ├── 1.5-numeral-system-loop.md ├── 1.6-numeral-systems-UTF-8.md ├── 1.7-short-variable-declarations.md ├── 1.8-variable-with-zero-value.md ├── 1.9-deep-drive-on-variables.md ├── 10.0-writing-the-file-from-multiple-goroutines.md ├── 10.1-listing-directory.md ├── 10.2-Changing-file-permissions.md ├── 10.3-Creating-files-and-dir.md ├── 10.4-filtering-file-listings.md ├── 10.5-comparing-two-files.md ├── 10.6-resolve-the-user-home-directory.md ├── 2.0-deep-drive-on-constants.md ├── 2.1-loop-init-condition-post.md ├── 2.2-loop-nested-loops.md ├── 2.3-loop-for-statement.md ├── 2.4-break-continue.md ├── 2.5-random-number-math-crypto.md ├── 2.6-loop-printing-ASCII.md ├── 2.7-conditional-if-statement.md ├── 2.8-conditional-if-else-if-Else.md ├── 2.9-loop-conditional-modulus.md ├── 3.0-switch-statement.md ├── 3.1-switch-statement-doc.md ├── 3.2-conditional-logic-operators.md ├── 3.3-string-type.md ├── 3.4-bool-type.md ├── 3.5-structs.md ├── 3.6-struct-literal.md ├── 3.7-ponter-to-struct.md ├── 3.8-conversion-not-casting.md ├── 3.9-creating-own-type.md ├── 4.0-Defer.md ├── 4.1-stacking-defers.md ├── 4.2-pointer.md ├── 4.3-prefix-suffix.md ├── 4.4-conversion-between-array-slice.md ├── 4.5-methods.md ├── 4.6-variadic-function.md ├── 4.7-init-function.md ├── 4.8-command-line-arguments-file-io.md ├── 4.9-interface.md ├── 5.0-retriving-go-version.md ├── 5.1-accessing-program-arguments.md ├── 5.2-program-interface-with-flag.md ├── 5.3-retrieving-current-working-directory.md ├── 5.4-getting-the-current-process-pid.md ├── 5.5-handling-operating-system-signals.md ├── 5.6-calling_external_process.md ├── 5.7-retrieving-child-process-information.md ├── 5.8-reading-writing-from-the-child-process.md ├── 5.9-shutting-down-the-application-gracefully.md ├── 6.0-file-configuration-with-functional-options.md ├── 6.1-finding-the-substring-in-a-string.md ├── 6.2-breaking-the-string-into-words.md ├── 6.3-joining-the-string-slice-with-a-separator.md ├── 6.4-concatenating-a-string-with-writer.md ├── 6.5-aligning-text-with-tabwriter.md ├── 6.6-replacing-part-of-the-string.md ├── 6.7-finding-the-substring-in-text-by-the-regex-pattern.md ├── 6.8-controlling-case.md ├── 6.9-parsing-comma-separated-data.md ├── 7.0-managing-whitespace-in-a-string.md ├── 7.1-indenting-a-text-document.md ├── 7.2-converting-strings-to-numbers.md ├── 7.3-comparing-floating-point-numbers.md ├── 7.4-rounding-floating-point-numbers.md ├── 7.5-floating-point-arithmetics.md ├── 7.6-formatting-numbers.md ├── 7.7-Converting-binary-octal-decimal-hexadecimal.md ├── 7.8-formatting-with-the-correct-plurals.md ├── 7.9-generating-random-numbers.md ├── 8.0-operating-complex-numbers.md ├── 8.1-converting-between-degrees-radians.md ├── 8.2-taking-logarithms.md ├── 8.3-generating-checksums.md ├── 8.4-reading-standard-input.md ├── 8.5-writing-standard-output-error.md ├── 8.6-opening-a-file-by-name.md ├── 8.7-reading-the-file-into-string.md ├── 8.8-reading-writing-different-charset.md ├── 8.9-seeking-position-within-file.md ├── 9.0-reading-writing-binary-data.md ├── 9.1-writing-multiple-writers-at-once.md ├── 9.2-piping-between-writer-reader.md ├── 9.3-serializing-objects-binary-format.md ├── 9.4-reading-writing-zip-files.md ├── 9.5-parsing-large-xml-file-effectively.md ├── 9.6-extracting-data-JSON-array.md ├── 9.7-getting-file-information.md ├── 9.8-creating-temporary-files.md ├── 9.9-writing-the-file.md └── readme.md ├── _friends └── sangam.md ├── _includes ├── discord.html ├── disqus_comments.html ├── footer.html ├── google-analytics.html ├── head.html ├── header.html ├── icon-discord.svg ├── icon-github.html ├── icon-github.svg ├── icon-twitter.html └── icon-twitter.svg ├── _layouts ├── default.html ├── documentation.html ├── home.html ├── page.html └── post.html ├── _sass ├── minima.scss └── minima │ ├── _base.scss │ ├── _layout.scss │ └── _syntax-highlighting.scss ├── about.md ├── assets ├── .DS_Store ├── favicon │ ├── android-icon-144x144.png │ ├── android-icon-192x192.png │ ├── android-icon-36x36.png │ ├── android-icon-48x48.png │ ├── android-icon-72x72.png │ ├── android-icon-96x96.png │ ├── apple-icon-114x114.png │ ├── apple-icon-120x120.png │ ├── apple-icon-144x144.png │ ├── apple-icon-152x152.png │ ├── apple-icon-180x180.png │ ├── apple-icon-57x57.png │ ├── apple-icon-60x60.png │ ├── apple-icon-72x72.png │ ├── apple-icon-76x76.png │ ├── apple-icon-precomposed.png │ ├── apple-icon.png │ ├── browserconfig.xml │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── favicon-96x96.png │ ├── favicon.ico │ ├── manifest.json │ ├── ms-icon-144x144.png │ ├── ms-icon-150x150.png │ ├── ms-icon-310x310.png │ └── ms-icon-70x70.png └── main.scss ├── img ├── aws-ec2-post-create-screen-shot.png ├── aws-example-apply.png ├── aws-iam-user-perm-screen-shot.png ├── aws.png ├── azure.png ├── calico.png ├── google.png ├── kubicorn-trans.png ├── kubicorn.jpg ├── sangam-biradar.png ├── velero.png └── weave.png ├── index.md ├── notes ├── present ├── deck-21cb68 │ ├── 2c13db815f65b8ce51112e44f6e28442.png │ └── be0683a058d1d92dfd3dda65cb7a48f4.png ├── lib │ ├── fonts │ │ ├── asul │ │ │ ├── asul-bold.ttf │ │ │ ├── asul-bold.woff │ │ │ ├── asul-regular.ttf │ │ │ ├── asul-regular.woff │ │ │ └── asul.css │ │ ├── cabinsketch │ │ │ ├── cabinsketch-bold.ttf │ │ │ ├── cabinsketch-bold.woff │ │ │ ├── cabinsketch-regular.ttf │ │ │ ├── cabinsketch-regular.woff │ │ │ └── cabinsketch.css │ │ ├── josefinsans │ │ │ ├── josefinsans-bold.ttf │ │ │ ├── josefinsans-bold.woff │ │ │ ├── josefinsans-bolditalic.ttf │ │ │ ├── josefinsans-bolditalic.woff │ │ │ ├── josefinsans-italic.ttf │ │ │ ├── josefinsans-italic.woff │ │ │ ├── josefinsans-regular.ttf │ │ │ ├── josefinsans-regular.woff │ │ │ └── josefinsans.css │ │ ├── katex │ │ │ ├── KaTeX_AMS-Regular.ttf │ │ │ ├── KaTeX_AMS-Regular.woff │ │ │ ├── KaTeX_Caligraphic-Bold.ttf │ │ │ ├── KaTeX_Caligraphic-Bold.woff │ │ │ ├── KaTeX_Caligraphic-Regular.ttf │ │ │ ├── KaTeX_Caligraphic-Regular.woff │ │ │ ├── KaTeX_Fraktur-Bold.ttf │ │ │ ├── KaTeX_Fraktur-Bold.woff │ │ │ ├── KaTeX_Fraktur-Regular.ttf │ │ │ ├── KaTeX_Fraktur-Regular.woff │ │ │ ├── KaTeX_Main-Bold.ttf │ │ │ ├── KaTeX_Main-Bold.woff │ │ │ ├── KaTeX_Main-BoldItalic.ttf │ │ │ ├── KaTeX_Main-BoldItalic.woff │ │ │ ├── KaTeX_Main-Italic.ttf │ │ │ ├── KaTeX_Main-Italic.woff │ │ │ ├── KaTeX_Main-Regular.ttf │ │ │ ├── KaTeX_Main-Regular.woff │ │ │ ├── KaTeX_Math-BoldItalic.ttf │ │ │ ├── KaTeX_Math-BoldItalic.woff │ │ │ ├── KaTeX_Math-Italic.ttf │ │ │ ├── KaTeX_Math-Italic.woff │ │ │ ├── KaTeX_Math-Regular.ttf │ │ │ ├── KaTeX_Math-Regular.woff │ │ │ ├── KaTeX_SansSerif-Bold.ttf │ │ │ ├── KaTeX_SansSerif-Bold.woff │ │ │ ├── KaTeX_SansSerif-Italic.ttf │ │ │ ├── KaTeX_SansSerif-Italic.woff │ │ │ ├── KaTeX_SansSerif-Regular.ttf │ │ │ ├── KaTeX_SansSerif-Regular.woff │ │ │ ├── KaTeX_Script-Regular.ttf │ │ │ ├── KaTeX_Script-Regular.woff │ │ │ ├── KaTeX_Size1-Regular.ttf │ │ │ ├── KaTeX_Size1-Regular.woff │ │ │ ├── KaTeX_Size2-Regular.ttf │ │ │ ├── KaTeX_Size2-Regular.woff │ │ │ ├── KaTeX_Size3-Regular.ttf │ │ │ ├── KaTeX_Size3-Regular.woff │ │ │ ├── KaTeX_Size4-Regular.ttf │ │ │ ├── KaTeX_Size4-Regular.woff │ │ │ ├── KaTeX_Typewriter-Regular.ttf │ │ │ └── KaTeX_Typewriter-Regular.woff │ │ ├── lato │ │ │ ├── lato-bold.ttf │ │ │ ├── lato-bold.woff │ │ │ ├── lato-bolditalic.ttf │ │ │ ├── lato-bolditalic.woff │ │ │ ├── lato-italic.ttf │ │ │ ├── lato-italic.woff │ │ │ ├── lato-regular.ttf │ │ │ ├── lato-regular.woff │ │ │ └── lato.css │ │ ├── league │ │ │ ├── league_gothic.css │ │ │ ├── league_gothic.ttf │ │ │ ├── league_gothic.woff │ │ │ └── league_gothic_license │ │ ├── merriweathersans │ │ │ ├── merriweathersans-bold.ttf │ │ │ ├── merriweathersans-bold.woff │ │ │ ├── merriweathersans-regular.ttf │ │ │ ├── merriweathersans-regular.woff │ │ │ └── merriweathersans.css │ │ ├── montserrat │ │ │ ├── montserrat-bold.ttf │ │ │ ├── montserrat-bold.woff │ │ │ ├── montserrat-regular.ttf │ │ │ ├── montserrat-regular.woff │ │ │ └── montserrat.css │ │ ├── newscycle │ │ │ ├── newscycle-bold.ttf │ │ │ ├── newscycle-bold.woff │ │ │ ├── newscycle-regular.ttf │ │ │ ├── newscycle-regular.woff │ │ │ └── newscycle.css │ │ ├── opensans │ │ │ ├── opensans-bold.ttf │ │ │ ├── opensans-bold.woff │ │ │ ├── opensans-bolditalic.ttf │ │ │ ├── opensans-bolditalic.woff │ │ │ ├── opensans-italic.ttf │ │ │ ├── opensans-italic.woff │ │ │ ├── opensans-regular.ttf │ │ │ ├── opensans-regular.woff │ │ │ └── opensans.css │ │ ├── overpass │ │ │ ├── overpass-bold.ttf │ │ │ ├── overpass-bold.woff │ │ │ ├── overpass-light.ttf │ │ │ ├── overpass-light.woff │ │ │ ├── overpass-regular.ttf │ │ │ ├── overpass-regular.woff │ │ │ └── overpass.css │ │ ├── overpass2 │ │ │ ├── overpass2-bold.ttf │ │ │ ├── overpass2-bold.woff │ │ │ ├── overpass2-bolditalic.ttf │ │ │ ├── overpass2-bolditalic.woff │ │ │ ├── overpass2-extralight.ttf │ │ │ ├── overpass2-extralight.woff │ │ │ ├── overpass2-extralightitalic.ttf │ │ │ ├── overpass2-extralightitalic.woff │ │ │ ├── overpass2-italic.ttf │ │ │ ├── overpass2-italic.woff │ │ │ ├── overpass2-light.ttf │ │ │ ├── overpass2-light.woff │ │ │ ├── overpass2-lightitalic.ttf │ │ │ ├── overpass2-lightitalic.woff │ │ │ ├── overpass2-regular.ttf │ │ │ ├── overpass2-regular.woff │ │ │ └── overpass2.css │ │ ├── oxygen │ │ │ ├── oxygen-bold.ttf │ │ │ ├── oxygen-bold.woff │ │ │ ├── oxygen-regular.ttf │ │ │ ├── oxygen-regular.woff │ │ │ └── oxygen.css │ │ └── quicksand │ │ │ ├── quicksand-bold.ttf │ │ │ ├── quicksand-bold.woff │ │ │ ├── quicksand-regular.ttf │ │ │ ├── quicksand-regular.woff │ │ │ └── quicksand.css │ ├── offline-v1.css │ ├── offline-v2.css │ ├── offline.js │ ├── reveal-plugins.js │ ├── reveal.css │ └── reveal.js └── slides.html └── velero_integration.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/.gitignore -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | gopherlabs.kubedaily.com -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/.gitignore -------------------------------------------------------------------------------- /docs/.jekyll-metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/.jekyll-metadata -------------------------------------------------------------------------------- /docs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/404.html -------------------------------------------------------------------------------- /docs/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/Gemfile -------------------------------------------------------------------------------- /docs/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/Gemfile.lock -------------------------------------------------------------------------------- /docs/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/LICENSE.txt -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/_documentation/1.1-hello-world.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/1.1-hello-world.md -------------------------------------------------------------------------------- /docs/_documentation/1.2-numeral-system-decimal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/1.2-numeral-system-decimal.md -------------------------------------------------------------------------------- /docs/_documentation/1.3-numeral-system-binary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/1.3-numeral-system-binary.md -------------------------------------------------------------------------------- /docs/_documentation/1.4-numeral-system-hexadecimal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/1.4-numeral-system-hexadecimal.md -------------------------------------------------------------------------------- /docs/_documentation/1.5-numeral-system-loop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/1.5-numeral-system-loop.md -------------------------------------------------------------------------------- /docs/_documentation/1.6-numeral-systems-UTF-8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/1.6-numeral-systems-UTF-8.md -------------------------------------------------------------------------------- /docs/_documentation/1.7-short-variable-declarations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/1.7-short-variable-declarations.md -------------------------------------------------------------------------------- /docs/_documentation/1.8-variable-with-zero-value.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/1.8-variable-with-zero-value.md -------------------------------------------------------------------------------- /docs/_documentation/1.9-deep-drive-on-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/1.9-deep-drive-on-variables.md -------------------------------------------------------------------------------- /docs/_documentation/10.0-writing-the-file-from-multiple-goroutines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/10.0-writing-the-file-from-multiple-goroutines.md -------------------------------------------------------------------------------- /docs/_documentation/10.1-listing-directory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/10.1-listing-directory.md -------------------------------------------------------------------------------- /docs/_documentation/10.2-Changing-file-permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/10.2-Changing-file-permissions.md -------------------------------------------------------------------------------- /docs/_documentation/10.3-Creating-files-and-dir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/10.3-Creating-files-and-dir.md -------------------------------------------------------------------------------- /docs/_documentation/10.4-filtering-file-listings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/10.4-filtering-file-listings.md -------------------------------------------------------------------------------- /docs/_documentation/10.5-comparing-two-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/10.5-comparing-two-files.md -------------------------------------------------------------------------------- /docs/_documentation/10.6-resolve-the-user-home-directory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/10.6-resolve-the-user-home-directory.md -------------------------------------------------------------------------------- /docs/_documentation/2.0-deep-drive-on-constants.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/2.0-deep-drive-on-constants.md -------------------------------------------------------------------------------- /docs/_documentation/2.1-loop-init-condition-post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/2.1-loop-init-condition-post.md -------------------------------------------------------------------------------- /docs/_documentation/2.2-loop-nested-loops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/2.2-loop-nested-loops.md -------------------------------------------------------------------------------- /docs/_documentation/2.3-loop-for-statement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/2.3-loop-for-statement.md -------------------------------------------------------------------------------- /docs/_documentation/2.4-break-continue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/2.4-break-continue.md -------------------------------------------------------------------------------- /docs/_documentation/2.5-random-number-math-crypto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/2.5-random-number-math-crypto.md -------------------------------------------------------------------------------- /docs/_documentation/2.6-loop-printing-ASCII.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/2.6-loop-printing-ASCII.md -------------------------------------------------------------------------------- /docs/_documentation/2.7-conditional-if-statement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/2.7-conditional-if-statement.md -------------------------------------------------------------------------------- /docs/_documentation/2.8-conditional-if-else-if-Else.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/2.8-conditional-if-else-if-Else.md -------------------------------------------------------------------------------- /docs/_documentation/2.9-loop-conditional-modulus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/2.9-loop-conditional-modulus.md -------------------------------------------------------------------------------- /docs/_documentation/3.0-switch-statement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/3.0-switch-statement.md -------------------------------------------------------------------------------- /docs/_documentation/3.1-switch-statement-doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/3.1-switch-statement-doc.md -------------------------------------------------------------------------------- /docs/_documentation/3.2-conditional-logic-operators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/3.2-conditional-logic-operators.md -------------------------------------------------------------------------------- /docs/_documentation/3.3-string-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/3.3-string-type.md -------------------------------------------------------------------------------- /docs/_documentation/3.4-bool-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/3.4-bool-type.md -------------------------------------------------------------------------------- /docs/_documentation/3.5-structs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/3.5-structs.md -------------------------------------------------------------------------------- /docs/_documentation/3.6-struct-literal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/3.6-struct-literal.md -------------------------------------------------------------------------------- /docs/_documentation/3.7-ponter-to-struct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/3.7-ponter-to-struct.md -------------------------------------------------------------------------------- /docs/_documentation/3.8-conversion-not-casting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/3.8-conversion-not-casting.md -------------------------------------------------------------------------------- /docs/_documentation/3.9-creating-own-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/3.9-creating-own-type.md -------------------------------------------------------------------------------- /docs/_documentation/4.0-Defer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/4.0-Defer.md -------------------------------------------------------------------------------- /docs/_documentation/4.1-stacking-defers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/4.1-stacking-defers.md -------------------------------------------------------------------------------- /docs/_documentation/4.2-pointer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/4.2-pointer.md -------------------------------------------------------------------------------- /docs/_documentation/4.3-prefix-suffix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/4.3-prefix-suffix.md -------------------------------------------------------------------------------- /docs/_documentation/4.4-conversion-between-array-slice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/4.4-conversion-between-array-slice.md -------------------------------------------------------------------------------- /docs/_documentation/4.5-methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/4.5-methods.md -------------------------------------------------------------------------------- /docs/_documentation/4.6-variadic-function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/4.6-variadic-function.md -------------------------------------------------------------------------------- /docs/_documentation/4.7-init-function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/4.7-init-function.md -------------------------------------------------------------------------------- /docs/_documentation/4.8-command-line-arguments-file-io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/4.8-command-line-arguments-file-io.md -------------------------------------------------------------------------------- /docs/_documentation/4.9-interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/4.9-interface.md -------------------------------------------------------------------------------- /docs/_documentation/5.0-retriving-go-version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/5.0-retriving-go-version.md -------------------------------------------------------------------------------- /docs/_documentation/5.1-accessing-program-arguments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/5.1-accessing-program-arguments.md -------------------------------------------------------------------------------- /docs/_documentation/5.2-program-interface-with-flag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/5.2-program-interface-with-flag.md -------------------------------------------------------------------------------- /docs/_documentation/5.3-retrieving-current-working-directory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/5.3-retrieving-current-working-directory.md -------------------------------------------------------------------------------- /docs/_documentation/5.4-getting-the-current-process-pid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/5.4-getting-the-current-process-pid.md -------------------------------------------------------------------------------- /docs/_documentation/5.5-handling-operating-system-signals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/5.5-handling-operating-system-signals.md -------------------------------------------------------------------------------- /docs/_documentation/5.6-calling_external_process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/5.6-calling_external_process.md -------------------------------------------------------------------------------- /docs/_documentation/5.7-retrieving-child-process-information.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/5.7-retrieving-child-process-information.md -------------------------------------------------------------------------------- /docs/_documentation/5.8-reading-writing-from-the-child-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/5.8-reading-writing-from-the-child-process.md -------------------------------------------------------------------------------- /docs/_documentation/5.9-shutting-down-the-application-gracefully.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/5.9-shutting-down-the-application-gracefully.md -------------------------------------------------------------------------------- /docs/_documentation/6.0-file-configuration-with-functional-options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/6.0-file-configuration-with-functional-options.md -------------------------------------------------------------------------------- /docs/_documentation/6.1-finding-the-substring-in-a-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/6.1-finding-the-substring-in-a-string.md -------------------------------------------------------------------------------- /docs/_documentation/6.2-breaking-the-string-into-words.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/6.2-breaking-the-string-into-words.md -------------------------------------------------------------------------------- /docs/_documentation/6.3-joining-the-string-slice-with-a-separator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/6.3-joining-the-string-slice-with-a-separator.md -------------------------------------------------------------------------------- /docs/_documentation/6.4-concatenating-a-string-with-writer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/6.4-concatenating-a-string-with-writer.md -------------------------------------------------------------------------------- /docs/_documentation/6.5-aligning-text-with-tabwriter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/6.5-aligning-text-with-tabwriter.md -------------------------------------------------------------------------------- /docs/_documentation/6.6-replacing-part-of-the-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/6.6-replacing-part-of-the-string.md -------------------------------------------------------------------------------- /docs/_documentation/6.7-finding-the-substring-in-text-by-the-regex-pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/6.7-finding-the-substring-in-text-by-the-regex-pattern.md -------------------------------------------------------------------------------- /docs/_documentation/6.8-controlling-case.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/6.8-controlling-case.md -------------------------------------------------------------------------------- /docs/_documentation/6.9-parsing-comma-separated-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/6.9-parsing-comma-separated-data.md -------------------------------------------------------------------------------- /docs/_documentation/7.0-managing-whitespace-in-a-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/7.0-managing-whitespace-in-a-string.md -------------------------------------------------------------------------------- /docs/_documentation/7.1-indenting-a-text-document.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/7.1-indenting-a-text-document.md -------------------------------------------------------------------------------- /docs/_documentation/7.2-converting-strings-to-numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/7.2-converting-strings-to-numbers.md -------------------------------------------------------------------------------- /docs/_documentation/7.3-comparing-floating-point-numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/7.3-comparing-floating-point-numbers.md -------------------------------------------------------------------------------- /docs/_documentation/7.4-rounding-floating-point-numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/7.4-rounding-floating-point-numbers.md -------------------------------------------------------------------------------- /docs/_documentation/7.5-floating-point-arithmetics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/7.5-floating-point-arithmetics.md -------------------------------------------------------------------------------- /docs/_documentation/7.6-formatting-numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/7.6-formatting-numbers.md -------------------------------------------------------------------------------- /docs/_documentation/7.7-Converting-binary-octal-decimal-hexadecimal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/7.7-Converting-binary-octal-decimal-hexadecimal.md -------------------------------------------------------------------------------- /docs/_documentation/7.8-formatting-with-the-correct-plurals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/7.8-formatting-with-the-correct-plurals.md -------------------------------------------------------------------------------- /docs/_documentation/7.9-generating-random-numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/7.9-generating-random-numbers.md -------------------------------------------------------------------------------- /docs/_documentation/8.0-operating-complex-numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/8.0-operating-complex-numbers.md -------------------------------------------------------------------------------- /docs/_documentation/8.1-converting-between-degrees-radians.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/8.1-converting-between-degrees-radians.md -------------------------------------------------------------------------------- /docs/_documentation/8.2-taking-logarithms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/8.2-taking-logarithms.md -------------------------------------------------------------------------------- /docs/_documentation/8.3-generating-checksums.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/8.3-generating-checksums.md -------------------------------------------------------------------------------- /docs/_documentation/8.4-reading-standard-input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/8.4-reading-standard-input.md -------------------------------------------------------------------------------- /docs/_documentation/8.5-writing-standard-output-error.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/8.5-writing-standard-output-error.md -------------------------------------------------------------------------------- /docs/_documentation/8.6-opening-a-file-by-name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/8.6-opening-a-file-by-name.md -------------------------------------------------------------------------------- /docs/_documentation/8.7-reading-the-file-into-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/8.7-reading-the-file-into-string.md -------------------------------------------------------------------------------- /docs/_documentation/8.8-reading-writing-different-charset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/8.8-reading-writing-different-charset.md -------------------------------------------------------------------------------- /docs/_documentation/8.9-seeking-position-within-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/8.9-seeking-position-within-file.md -------------------------------------------------------------------------------- /docs/_documentation/9.0-reading-writing-binary-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/9.0-reading-writing-binary-data.md -------------------------------------------------------------------------------- /docs/_documentation/9.1-writing-multiple-writers-at-once.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/9.1-writing-multiple-writers-at-once.md -------------------------------------------------------------------------------- /docs/_documentation/9.2-piping-between-writer-reader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/9.2-piping-between-writer-reader.md -------------------------------------------------------------------------------- /docs/_documentation/9.3-serializing-objects-binary-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/9.3-serializing-objects-binary-format.md -------------------------------------------------------------------------------- /docs/_documentation/9.4-reading-writing-zip-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/9.4-reading-writing-zip-files.md -------------------------------------------------------------------------------- /docs/_documentation/9.5-parsing-large-xml-file-effectively.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/9.5-parsing-large-xml-file-effectively.md -------------------------------------------------------------------------------- /docs/_documentation/9.6-extracting-data-JSON-array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/9.6-extracting-data-JSON-array.md -------------------------------------------------------------------------------- /docs/_documentation/9.7-getting-file-information.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/9.7-getting-file-information.md -------------------------------------------------------------------------------- /docs/_documentation/9.8-creating-temporary-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/9.8-creating-temporary-files.md -------------------------------------------------------------------------------- /docs/_documentation/9.9-writing-the-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/9.9-writing-the-file.md -------------------------------------------------------------------------------- /docs/_documentation/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_documentation/readme.md -------------------------------------------------------------------------------- /docs/_friends/sangam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_friends/sangam.md -------------------------------------------------------------------------------- /docs/_includes/discord.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_includes/discord.html -------------------------------------------------------------------------------- /docs/_includes/disqus_comments.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_includes/disqus_comments.html -------------------------------------------------------------------------------- /docs/_includes/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_includes/footer.html -------------------------------------------------------------------------------- /docs/_includes/google-analytics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_includes/google-analytics.html -------------------------------------------------------------------------------- /docs/_includes/head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_includes/head.html -------------------------------------------------------------------------------- /docs/_includes/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_includes/header.html -------------------------------------------------------------------------------- /docs/_includes/icon-discord.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_includes/icon-discord.svg -------------------------------------------------------------------------------- /docs/_includes/icon-github.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_includes/icon-github.html -------------------------------------------------------------------------------- /docs/_includes/icon-github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_includes/icon-github.svg -------------------------------------------------------------------------------- /docs/_includes/icon-twitter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_includes/icon-twitter.html -------------------------------------------------------------------------------- /docs/_includes/icon-twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_includes/icon-twitter.svg -------------------------------------------------------------------------------- /docs/_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_layouts/default.html -------------------------------------------------------------------------------- /docs/_layouts/documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_layouts/documentation.html -------------------------------------------------------------------------------- /docs/_layouts/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_layouts/home.html -------------------------------------------------------------------------------- /docs/_layouts/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_layouts/page.html -------------------------------------------------------------------------------- /docs/_layouts/post.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_layouts/post.html -------------------------------------------------------------------------------- /docs/_sass/minima.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_sass/minima.scss -------------------------------------------------------------------------------- /docs/_sass/minima/_base.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_sass/minima/_base.scss -------------------------------------------------------------------------------- /docs/_sass/minima/_layout.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_sass/minima/_layout.scss -------------------------------------------------------------------------------- /docs/_sass/minima/_syntax-highlighting.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/_sass/minima/_syntax-highlighting.scss -------------------------------------------------------------------------------- /docs/about.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/about.md -------------------------------------------------------------------------------- /docs/assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/.DS_Store -------------------------------------------------------------------------------- /docs/assets/favicon/android-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/android-icon-144x144.png -------------------------------------------------------------------------------- /docs/assets/favicon/android-icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/android-icon-192x192.png -------------------------------------------------------------------------------- /docs/assets/favicon/android-icon-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/android-icon-36x36.png -------------------------------------------------------------------------------- /docs/assets/favicon/android-icon-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/android-icon-48x48.png -------------------------------------------------------------------------------- /docs/assets/favicon/android-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/android-icon-72x72.png -------------------------------------------------------------------------------- /docs/assets/favicon/android-icon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/android-icon-96x96.png -------------------------------------------------------------------------------- /docs/assets/favicon/apple-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/apple-icon-114x114.png -------------------------------------------------------------------------------- /docs/assets/favicon/apple-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/apple-icon-120x120.png -------------------------------------------------------------------------------- /docs/assets/favicon/apple-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/apple-icon-144x144.png -------------------------------------------------------------------------------- /docs/assets/favicon/apple-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/apple-icon-152x152.png -------------------------------------------------------------------------------- /docs/assets/favicon/apple-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/apple-icon-180x180.png -------------------------------------------------------------------------------- /docs/assets/favicon/apple-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/apple-icon-57x57.png -------------------------------------------------------------------------------- /docs/assets/favicon/apple-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/apple-icon-60x60.png -------------------------------------------------------------------------------- /docs/assets/favicon/apple-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/apple-icon-72x72.png -------------------------------------------------------------------------------- /docs/assets/favicon/apple-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/apple-icon-76x76.png -------------------------------------------------------------------------------- /docs/assets/favicon/apple-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/apple-icon-precomposed.png -------------------------------------------------------------------------------- /docs/assets/favicon/apple-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/apple-icon.png -------------------------------------------------------------------------------- /docs/assets/favicon/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/browserconfig.xml -------------------------------------------------------------------------------- /docs/assets/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /docs/assets/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /docs/assets/favicon/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/favicon-96x96.png -------------------------------------------------------------------------------- /docs/assets/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/favicon.ico -------------------------------------------------------------------------------- /docs/assets/favicon/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/manifest.json -------------------------------------------------------------------------------- /docs/assets/favicon/ms-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/ms-icon-144x144.png -------------------------------------------------------------------------------- /docs/assets/favicon/ms-icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/ms-icon-150x150.png -------------------------------------------------------------------------------- /docs/assets/favicon/ms-icon-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/ms-icon-310x310.png -------------------------------------------------------------------------------- /docs/assets/favicon/ms-icon-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/assets/favicon/ms-icon-70x70.png -------------------------------------------------------------------------------- /docs/assets/main.scss: -------------------------------------------------------------------------------- 1 | 2 | @import "minima"; 3 | -------------------------------------------------------------------------------- /docs/img/aws-ec2-post-create-screen-shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/img/aws-ec2-post-create-screen-shot.png -------------------------------------------------------------------------------- /docs/img/aws-example-apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/img/aws-example-apply.png -------------------------------------------------------------------------------- /docs/img/aws-iam-user-perm-screen-shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/img/aws-iam-user-perm-screen-shot.png -------------------------------------------------------------------------------- /docs/img/aws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/img/aws.png -------------------------------------------------------------------------------- /docs/img/azure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/img/azure.png -------------------------------------------------------------------------------- /docs/img/calico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/img/calico.png -------------------------------------------------------------------------------- /docs/img/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/img/google.png -------------------------------------------------------------------------------- /docs/img/kubicorn-trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/img/kubicorn-trans.png -------------------------------------------------------------------------------- /docs/img/kubicorn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/img/kubicorn.jpg -------------------------------------------------------------------------------- /docs/img/sangam-biradar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/img/sangam-biradar.png -------------------------------------------------------------------------------- /docs/img/velero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/img/velero.png -------------------------------------------------------------------------------- /docs/img/weave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/img/weave.png -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/notes -------------------------------------------------------------------------------- /docs/present/deck-21cb68/2c13db815f65b8ce51112e44f6e28442.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/deck-21cb68/2c13db815f65b8ce51112e44f6e28442.png -------------------------------------------------------------------------------- /docs/present/deck-21cb68/be0683a058d1d92dfd3dda65cb7a48f4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/deck-21cb68/be0683a058d1d92dfd3dda65cb7a48f4.png -------------------------------------------------------------------------------- /docs/present/lib/fonts/asul/asul-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/asul/asul-bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/asul/asul-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/asul/asul-bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/asul/asul-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/asul/asul-regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/asul/asul-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/asul/asul-regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/asul/asul.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/asul/asul.css -------------------------------------------------------------------------------- /docs/present/lib/fonts/cabinsketch/cabinsketch-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/cabinsketch/cabinsketch-bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/cabinsketch/cabinsketch-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/cabinsketch/cabinsketch-bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/cabinsketch/cabinsketch-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/cabinsketch/cabinsketch-regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/cabinsketch/cabinsketch-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/cabinsketch/cabinsketch-regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/cabinsketch/cabinsketch.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/cabinsketch/cabinsketch.css -------------------------------------------------------------------------------- /docs/present/lib/fonts/josefinsans/josefinsans-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/josefinsans/josefinsans-bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/josefinsans/josefinsans-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/josefinsans/josefinsans-bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/josefinsans/josefinsans-bolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/josefinsans/josefinsans-bolditalic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/josefinsans/josefinsans-bolditalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/josefinsans/josefinsans-bolditalic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/josefinsans/josefinsans-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/josefinsans/josefinsans-italic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/josefinsans/josefinsans-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/josefinsans/josefinsans-italic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/josefinsans/josefinsans-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/josefinsans/josefinsans-regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/josefinsans/josefinsans-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/josefinsans/josefinsans-regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/josefinsans/josefinsans.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/josefinsans/josefinsans.css -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_AMS-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_AMS-Regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_AMS-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_AMS-Regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Caligraphic-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Caligraphic-Bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Caligraphic-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Caligraphic-Bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Caligraphic-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Caligraphic-Regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Caligraphic-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Caligraphic-Regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Fraktur-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Fraktur-Bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Fraktur-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Fraktur-Bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Fraktur-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Fraktur-Regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Fraktur-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Fraktur-Regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Main-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Main-Bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Main-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Main-Bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Main-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Main-BoldItalic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Main-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Main-BoldItalic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Main-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Main-Italic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Main-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Main-Italic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Main-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Main-Regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Main-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Main-Regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Math-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Math-BoldItalic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Math-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Math-BoldItalic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Math-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Math-Italic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Math-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Math-Italic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Math-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Math-Regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Math-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Math-Regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_SansSerif-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_SansSerif-Bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_SansSerif-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_SansSerif-Bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_SansSerif-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_SansSerif-Italic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_SansSerif-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_SansSerif-Italic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_SansSerif-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_SansSerif-Regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_SansSerif-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_SansSerif-Regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Script-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Script-Regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Script-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Script-Regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Size1-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Size1-Regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Size1-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Size1-Regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Size2-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Size2-Regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Size2-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Size2-Regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Size3-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Size3-Regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Size3-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Size3-Regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Size4-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Size4-Regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Size4-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Size4-Regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Typewriter-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Typewriter-Regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/katex/KaTeX_Typewriter-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/katex/KaTeX_Typewriter-Regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/lato/lato-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/lato/lato-bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/lato/lato-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/lato/lato-bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/lato/lato-bolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/lato/lato-bolditalic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/lato/lato-bolditalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/lato/lato-bolditalic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/lato/lato-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/lato/lato-italic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/lato/lato-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/lato/lato-italic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/lato/lato-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/lato/lato-regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/lato/lato-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/lato/lato-regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/lato/lato.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/lato/lato.css -------------------------------------------------------------------------------- /docs/present/lib/fonts/league/league_gothic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/league/league_gothic.css -------------------------------------------------------------------------------- /docs/present/lib/fonts/league/league_gothic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/league/league_gothic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/league/league_gothic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/league/league_gothic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/league/league_gothic_license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/league/league_gothic_license -------------------------------------------------------------------------------- /docs/present/lib/fonts/merriweathersans/merriweathersans-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/merriweathersans/merriweathersans-bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/merriweathersans/merriweathersans-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/merriweathersans/merriweathersans-bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/merriweathersans/merriweathersans-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/merriweathersans/merriweathersans-regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/merriweathersans/merriweathersans-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/merriweathersans/merriweathersans-regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/merriweathersans/merriweathersans.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/merriweathersans/merriweathersans.css -------------------------------------------------------------------------------- /docs/present/lib/fonts/montserrat/montserrat-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/montserrat/montserrat-bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/montserrat/montserrat-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/montserrat/montserrat-bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/montserrat/montserrat-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/montserrat/montserrat-regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/montserrat/montserrat-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/montserrat/montserrat-regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/montserrat/montserrat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/montserrat/montserrat.css -------------------------------------------------------------------------------- /docs/present/lib/fonts/newscycle/newscycle-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/newscycle/newscycle-bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/newscycle/newscycle-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/newscycle/newscycle-bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/newscycle/newscycle-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/newscycle/newscycle-regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/newscycle/newscycle-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/newscycle/newscycle-regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/newscycle/newscycle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/newscycle/newscycle.css -------------------------------------------------------------------------------- /docs/present/lib/fonts/opensans/opensans-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/opensans/opensans-bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/opensans/opensans-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/opensans/opensans-bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/opensans/opensans-bolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/opensans/opensans-bolditalic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/opensans/opensans-bolditalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/opensans/opensans-bolditalic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/opensans/opensans-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/opensans/opensans-italic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/opensans/opensans-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/opensans/opensans-italic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/opensans/opensans-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/opensans/opensans-regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/opensans/opensans-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/opensans/opensans-regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/opensans/opensans.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/opensans/opensans.css -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass/overpass-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass/overpass-bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass/overpass-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass/overpass-bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass/overpass-light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass/overpass-light.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass/overpass-light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass/overpass-light.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass/overpass-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass/overpass-regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass/overpass-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass/overpass-regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass/overpass.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass/overpass.css -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-bolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-bolditalic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-bolditalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-bolditalic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-extralight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-extralight.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-extralight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-extralight.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-extralightitalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-extralightitalic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-extralightitalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-extralightitalic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-italic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-italic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-light.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-light.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-lightitalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-lightitalic.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-lightitalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-lightitalic.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2-regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/overpass2/overpass2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/overpass2/overpass2.css -------------------------------------------------------------------------------- /docs/present/lib/fonts/oxygen/oxygen-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/oxygen/oxygen-bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/oxygen/oxygen-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/oxygen/oxygen-bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/oxygen/oxygen-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/oxygen/oxygen-regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/oxygen/oxygen-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/oxygen/oxygen-regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/oxygen/oxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/oxygen/oxygen.css -------------------------------------------------------------------------------- /docs/present/lib/fonts/quicksand/quicksand-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/quicksand/quicksand-bold.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/quicksand/quicksand-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/quicksand/quicksand-bold.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/quicksand/quicksand-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/quicksand/quicksand-regular.ttf -------------------------------------------------------------------------------- /docs/present/lib/fonts/quicksand/quicksand-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/quicksand/quicksand-regular.woff -------------------------------------------------------------------------------- /docs/present/lib/fonts/quicksand/quicksand.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/fonts/quicksand/quicksand.css -------------------------------------------------------------------------------- /docs/present/lib/offline-v1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/offline-v1.css -------------------------------------------------------------------------------- /docs/present/lib/offline-v2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/offline-v2.css -------------------------------------------------------------------------------- /docs/present/lib/offline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/offline.js -------------------------------------------------------------------------------- /docs/present/lib/reveal-plugins.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/reveal-plugins.js -------------------------------------------------------------------------------- /docs/present/lib/reveal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/reveal.css -------------------------------------------------------------------------------- /docs/present/lib/reveal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/lib/reveal.js -------------------------------------------------------------------------------- /docs/present/slides.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/present/slides.html -------------------------------------------------------------------------------- /docs/velero_integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/golangmastery/GopherLabs/HEAD/docs/velero_integration.md --------------------------------------------------------------------------------