mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-30 22:33:49 +02:00
44 lines
1.4 KiB
HTML
44 lines
1.4 KiB
HTML
![]() |
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta name="viewport" content="width=device-width" />
|
||
|
<meta name="go-import" content="go-micro.dev/v5 git https://github.com/micro/go-micro">
|
||
|
<meta name="go-source" content="go-micro.dev/5 https://github.com/micro/go-micro https://github.com/micro/go-micro/tree/master{/dir} https://github.com/micro/go-micro/blob/master{/dir}/{file}#L{line}">
|
||
|
<title>Go Micro</title>
|
||
|
<style>
|
||
|
body {
|
||
|
font-family: Arial;
|
||
|
font-size: 16px;
|
||
|
margin: 25px;
|
||
|
}
|
||
|
.container {
|
||
|
max-width: 250px;
|
||
|
margin: 0 auto;
|
||
|
padding-top: 100px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
a { color: black; text-decoration: none; font-weight: bold; padding: 10px;}
|
||
|
pre { background: #f5f5f5; border-radius: 5px; padding: 10px;}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<!-- <h1>Go Micro</h1> -->
|
||
|
<a href="https://github.com/micro/go-micro">
|
||
|
<img src="https://raw.githubusercontent.com/micro/go-micro/master/logo.png" style="height: auto; width: 100%;" />
|
||
|
</a>
|
||
|
<p>A Go microservices framework</p>
|
||
|
<pre>go get go-micro.dev/v5</pre>
|
||
|
<p>
|
||
|
<a href="https://github.com/go-micro">Community</a>
|
||
|
<a href="/docs">Docs</a>
|
||
|
<a href="https://github.com/micro/go-micro">Github</a>
|
||
|
</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
|