all: Update import paths to gohugoio/hugo
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 13 Jun 2017 16:42:45 +0000 (18:42 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 13 Jun 2017 16:42:45 +0000 (18:42 +0200)
commitd8717cd4c74e80ea8e20adead9321412a2d76022
tree50b934ea1c1b67ac0911785c273027eca3e4894c
parent2d08a296a2de3b3db209a0f44249b7b24733098e
all: Update import paths to gohugoio/hugo
169 files changed:
Makefile
commands/commandeer.go
commands/convert.go
commands/gendoc.go
commands/gendocshelper.go
commands/genman.go
commands/hugo.go
commands/import_jekyll.go
commands/list.go
commands/new.go
commands/new_test.go
commands/release.go
commands/server.go
commands/undraft.go
commands/undraft_test.go
commands/version.go
create/content.go
create/content_test.go
deps/deps.go
helpers/content.go
helpers/content_renderer.go
helpers/emoji_test.go
helpers/general.go
helpers/language.go
helpers/path_test.go
helpers/pathspec.go
helpers/pathspec_test.go
helpers/pygments.go
helpers/testhelpers_test.go
helpers/url_test.go
hugofs/fs.go
hugolib/404_test.go
hugolib/alias.go
hugolib/alias_test.go
hugolib/case_insensitive_test.go
hugolib/config.go
hugolib/datafiles_test.go
hugolib/disableKinds_test.go
hugolib/embedded_shortcodes_test.go
hugolib/gitinfo.go
hugolib/handler_base.go
hugolib/handler_file.go
hugolib/handler_meta.go
hugolib/handler_page.go
hugolib/handler_test.go
hugolib/hugo_info.go
hugolib/hugo_sites.go
hugolib/hugo_sites_build.go
hugolib/hugo_sites_build_test.go
hugolib/menu_old_test.go
hugolib/multilingual.go
hugolib/node_as_page_test.go
hugolib/page.go
hugolib/page_collections.go
hugolib/page_collections_test.go
hugolib/page_output.go
hugolib/page_paths.go
hugolib/page_paths_test.go
hugolib/page_permalink_test.go
hugolib/page_test.go
hugolib/pagination.go
hugolib/pagination_test.go
hugolib/robotstxt_test.go
hugolib/rss_test.go
hugolib/scratch.go
hugolib/shortcode.go
hugolib/shortcode_test.go
hugolib/site.go
hugolib/siteJSONEncode_test.go
hugolib/site_output.go
hugolib/site_output_test.go
hugolib/site_render.go
hugolib/site_sections.go
hugolib/site_sections_test.go
hugolib/site_test.go
hugolib/site_url_test.go
hugolib/sitemap_test.go
hugolib/taxonomy_test.go
hugolib/template_engines_test.go
hugolib/template_test.go
hugolib/testhelpers_test.go
i18n/i18n.go
i18n/i18n_test.go
i18n/translationProvider.go
main.go
media/docshelper.go
output/docshelper.go
output/layout_base.go
output/layout_test.go
output/outputFormat.go
output/outputFormat_test.go
releaser/releaser.go
releaser/releaser_test.go
source/content_directory_test.go
source/file.go
source/file_test.go
source/filesystem.go
tpl/cast/docshelper.go
tpl/cast/init.go
tpl/cast/init_test.go
tpl/collections/apply.go
tpl/collections/apply_test.go
tpl/collections/collections.go
tpl/collections/collections_test.go
tpl/collections/index_test.go
tpl/collections/init.go
tpl/collections/init_test.go
tpl/collections/sort.go
tpl/collections/sort_test.go
tpl/collections/where_test.go
tpl/compare/init.go
tpl/compare/init_test.go
tpl/crypto/init.go
tpl/crypto/init_test.go
tpl/data/cache.go
tpl/data/data.go
tpl/data/init.go
tpl/data/init_test.go
tpl/data/resources.go
tpl/data/resources_test.go
tpl/encoding/init.go
tpl/encoding/init_test.go
tpl/fmt/init.go
tpl/fmt/init_test.go
tpl/images/images.go
tpl/images/images_test.go
tpl/images/init.go
tpl/images/init_test.go
tpl/inflect/init.go
tpl/inflect/init_test.go
tpl/internal/templatefuncsRegistry.go
tpl/lang/init.go
tpl/lang/init_test.go
tpl/lang/lang.go
tpl/lang/lang_test.go
tpl/math/init.go
tpl/math/init_test.go
tpl/os/init.go
tpl/os/init_test.go
tpl/os/os.go
tpl/os/os_test.go
tpl/partials/init.go
tpl/partials/init_test.go
tpl/partials/partials.go
tpl/safe/init.go
tpl/safe/init_test.go
tpl/safe/safe.go
tpl/strings/init.go
tpl/strings/init_test.go
tpl/strings/strings.go
tpl/strings/strings_test.go
tpl/template.go
tpl/time/init.go
tpl/time/init_test.go
tpl/tplimpl/template.go
tpl/tplimpl/templateFuncster.go
tpl/tplimpl/templateProvider.go
tpl/tplimpl/template_funcs.go
tpl/tplimpl/template_funcs_test.go
tpl/transform/init.go
tpl/transform/init_test.go
tpl/transform/transform.go
tpl/transform/transform_test.go
tpl/urls/init.go
tpl/urls/init_test.go
tpl/urls/urls.go
transform/chain.go
transform/chain_test.go
transform/hugogeneratorinject.go