index.html (3366B)
1 <!DOCTYPE html> 2 3 <html lang="en"> 4 5 <head> 6 <meta charset="utf-8"> 7 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 8 9 <link rel="start" href="https://vincent.demeester.fr" /> 10 11 <title>Vincent Demeester</title> 12 <link rel="canonical" href="https://vincent.demeester.fr/posts/2018-12-16-link/"> 13 <link href="https://vincent.demeester.fr/index.xml" rel="alternate" type="application/rss+xml" title="Vincent Demeester" /> 14 15 <link rel="openid.server" href="https://indieauth.com/openid" /> 16 <link rel="openid.delegate" href="http://vincent.demeester.fr/" /> 17 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> 18 19 <link rel="stylesheet" href="/css/screen.css" type="text/css" /> 20 <link rel="stylesheet" href="/css/sbrain.css" type="text/css" /> 21 <link rel="stylesheet" href="/css/syntax.css" type="text/css" /> 22 23 </head> 24 25 <body lang=""/> 26 27 28 29 30 31 32 <div id="main-container"> 33 <div id="page"> 34 <article class="post"> 35 <header> 36 <h1 class="emphnext">Go testing style guide</h1><a href='https://vincent.demeester.fr/posts/2018-12-16-link/'></a> 37 <address class="signature"> 38 <span class="date">Sun, 16 December, 2018</span> 39 <span class="words">(100 Words)</span> 40 </address> 41 <ul class="tag_box inline"> 42 43 <li class="category"><a href="/categories/#developement">developement</a></li> 44 45 46 47 48 49 <li class="tag tag-golang"><a href="/tags/#golang">golang<span>12</span></a></li> 50 51 52 <li class="tag tag-testing"><a href="/tags/#testing">testing<span>11</span></a></li> 53 54 <br/> 55 56 </ul> 57 </header> 58 59 <p>A small (opiniated) style guide for Writing Go tests.</p> 60 <p>๐ <a href="https://arp242.net/weblog/go-testing-style.html" class="link">https://arp242.net/weblog/go-testing-style.html</a></p> 61 62 </article> 63 <hr /> 64 <div class="prev-next"> 65 66 <a class="paging-link prev" href="/posts/2019-01-10-link/" title="log.Fatal vs log.Panic ยท Iskander Sharipov technical blog">โ Previous post</a> 67 68 69 70 <a class="paging-link next" href="/posts/2018-09-18-gotest-tools-icmd/" title="Golang testing โ gotest.tools icmd">Next post โ</a> 71 72 </div> 73 74 </div> 75 </div> 76 77 <footer> 78 <nav> 79 80 <a href="/">home</a> 81 <span class="text-muted"> | </span> 82 83 <a href="/about">about</a> 84 <span class="text-muted"> | </span> 85 86 <a href="/archive">archive</a> 87 <span class="text-muted"> | </span> 88 89 <a href="/categories">categories</a> 90 <span class="text-muted"> | </span> 91 92 <a href="/tags">tags</a> 93 <span class="text-muted"> | </span> 94 95 <a href="https://twitter.com/vdemeest">twitter</a> 96 <span class="text-muted"> | </span> 97 98 <a href="https://github.com/vdemeester">github</a> 99 <span class="text-muted"> | </span> 100 101 <a href="https://vincent.demeester.fr/index.xml">rss</a> 102 </nav> 103 <br/> 104 <address> 105 <span class="copyright"> 106 Content and design by Vincent Demeester 107 (<a rel="licence" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Some rights reserved</a>) 108 </span><br /> 109 <span class="engine"> 110 Powered by <a href="https://gohugo.io/">Hugo</a> and <a href="https://github.com/kaushalmodi/ox-hugo/">ox-hugo</a> 111 </span> 112 </address> 113 </footer> 114 </body> 115