mirror of
https://github.com/wahyd4/wahyd4.github.com.git
synced 2026-08-08 21:05:52 +10:00
Site updated: 2018-09-29 10:15:31
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
<link href="/css/main.css?v=5.1.2" rel="stylesheet" type="text/css" />
|
||||
|
||||
|
||||
<meta name="keywords" content="go,docker," />
|
||||
<meta name="keywords" content="docker,go," />
|
||||
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
|
||||
|
||||
<meta name="description" content="当我尝试开发一个在 IronWorkerr 上运行的非常简单的程序的时候,我发现目前为止没有一个工具可以让人在几分钟之内运行一段 Go 的示例代码。但在其他语言里面这是可以很容易做到的, 因为他们不像 Go 一样需要设置 GOPATH环境变量,遵守一个特定的代码目录结构,而且他们通常还有更简单的依赖管理工具。 有什么更好的方式吗?我最近想了很多,也写了很过关于 Docker 的文章, 并尝试在所有">
|
||||
<meta name="keywords" content="go,docker">
|
||||
<meta name="keywords" content="docker,go">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="开发Go项目最简单的方式 — 一个基于Docker的go 工具">
|
||||
<meta property="og:url" content="http://toozhao.com/2016/10/17/easiest-way-to-use-go/index.html">
|
||||
@@ -292,7 +292,7 @@
|
||||
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
|
||||
<meta itemprop="name" content="Junv">
|
||||
<meta itemprop="description" content="">
|
||||
<meta itemprop="image" content="http://7ktsrz.com1.z0.glb.clouddn.com/libr.jpg?imageView2/1/w/200/h/200/q/90|imageslim">
|
||||
<meta itemprop="image" content="http://blog.tuxue.xyz/libr.jpg?imageView2/1/w/200/h/200/q/90|imageslim">
|
||||
</span>
|
||||
|
||||
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
|
||||
@@ -316,7 +316,7 @@
|
||||
|
||||
<span class="post-meta-item-text">发表于</span>
|
||||
|
||||
<time title="创建于" itemprop="dateCreated datePublished" datetime="2016-10-17T08:30:00+08:00">
|
||||
<time title="创建于" itemprop="dateCreated datePublished" datetime="2016-10-17T11:30:00+11:00">
|
||||
2016-10-17
|
||||
</time>
|
||||
|
||||
@@ -332,7 +332,7 @@
|
||||
|
||||
<span class="post-meta-item-text">更新于:</span>
|
||||
|
||||
<time title="更新于" itemprop="dateModified" datetime="2016-10-17T11:15:21+08:00">
|
||||
<time title="更新于" itemprop="dateModified" datetime="2016-10-17T14:15:21+11:00">
|
||||
2016-10-17
|
||||
</time>
|
||||
|
||||
@@ -461,10 +461,10 @@
|
||||
|
||||
<div class="post-tags">
|
||||
|
||||
<a href="/tags/go/" rel="tag"># go</a>
|
||||
|
||||
<a href="/tags/docker/" rel="tag"># docker</a>
|
||||
|
||||
<a href="/tags/go/" rel="tag"># go</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -553,7 +553,7 @@
|
||||
<section class="site-overview sidebar-panel">
|
||||
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
|
||||
<img class="site-author-image" itemprop="image"
|
||||
src="http://7ktsrz.com1.z0.glb.clouddn.com/libr.jpg?imageView2/1/w/200/h/200/q/90|imageslim"
|
||||
src="http://blog.tuxue.xyz/libr.jpg?imageView2/1/w/200/h/200/q/90|imageslim"
|
||||
alt="Junv" />
|
||||
<p class="site-author-name" itemprop="name">Junv</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user