This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 022cec0 Added an alternate path for importing plc4go
022cec0 is described below
commit 022cec07a75afa3430eed527126f2b5790a32208
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Apr 21 15:13:19 2021 +0200
Added an alternate path for importing plc4go
---
src/site/resources/plc4go.html | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/src/site/resources/plc4go.html b/src/site/resources/plc4go.html
new file mode 100644
index 0000000..748ed84
--- /dev/null
+++ b/src/site/resources/plc4go.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>plc4x.apache.org/plc4go</title>
+ <meta name="go-import" content="plc4x.apache.org/plc4go git
https://github.com/apache/plc4x/plc4go">
+ <meta name="go-source" content="plc4x.apache.org/plc4go
https://github.com/apache/plc4x/plc4go
https://github.com/apache/plc4x/tree/release/plc4go{/dir}
https://github.com/apache/plc4x/tree/release/plc4go{/dir}/{file}#L{line}">
+ <style>
+ * { font-family: sans-serif; }
+ body { margin-top: 0; }
+ .content { display: inline-block; }
+ code { display: block; font-family: monospace; font-size: 1em;
background-color: #d5d5d5; padding: 1em; margin-bottom: 16px; }
+ ul { margin-top: 16px; margin-bottom: 16px; }
+ </style>
+</head>
+<body>
+<div class="content">
+ <h2>plc4x.apache.org/plc4go</h2>
+ <code>go get plc4x.apache.org/plc4go</code>
+ <code>import "plc4x.apache.org/plc4go"</code>
+ Home: <a
href="https://github.com/apache/plc4x">https://github.com/apache/plc4x/plc4go</a><br/>
+ Source: <a
href="https://github.com/apache/plc4x">https://github.com/apache/plc4x/plc4go</a>
+</div>
+</body>
+</html>
\ No newline at end of file