Skip to content

Commit d284f74

Browse files
authored
Merge pull request #28 from mewpull/master
Add import path for engo/common. Fixes EngoEngine/engo#344.
2 parents cd56b15 + 1caafa2 commit d284f74

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

engo/common/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
permalink: /engo/common
3+
---
4+
5+
<html>
6+
<head>
7+
<meta name="go-import" content="engo.io/engo git https://github.com/EngoEngine/engo">
8+
<meta name="go-source" content="engo.io/engo https://github.com/EngoEngine/engo https://github.com/EngoEngine/engo/tree/master{/dir} https://github.com/EngoEngine/engo/blob/master{/dir}/{file}#L{line}">
9+
</head>
10+
<body>
11+
go get engo.io/engo/common
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)