55 lines
No EOL
948 B
Go
55 lines
No EOL
948 B
Go
<html>
|
|
<head>
|
|
<title>File Precedence</title>
|
|
<style>
|
|
body {
|
|
padding: 1em 0 2em 0;
|
|
max-width: 750px;
|
|
font-size: 115%;
|
|
line-height: 1.4;
|
|
margin: 0 auto;
|
|
}
|
|
h1, h2 {
|
|
font-weight: bold;
|
|
margin-bottom: 0px;
|
|
border-bottom: 1px solid;
|
|
}
|
|
p {
|
|
text-align: justify;
|
|
}
|
|
pre {
|
|
padding-left: 20px;
|
|
}
|
|
pre code {
|
|
white-space: pre-wrap;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
table caption {
|
|
padding: 0.5em;
|
|
text-align: left;
|
|
caption-side: top;
|
|
background-color: #eee;
|
|
}
|
|
th, td {
|
|
text-align: left;
|
|
border: none;
|
|
padding: 0.5rem;
|
|
}
|
|
thead th {
|
|
border-bottom: 2px solid #ddd;
|
|
font-weight: bold;
|
|
}
|
|
tbody tr {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>File Precedence</h1><p>See, this file took precedence over the real <code>main.go</code> file in the repository.</p>
|
|
</body>
|
|
</html> |