Skip to content

Commit d144490

Browse files
authored
Create keycard_link.go
1 parent a4ede48 commit d144490

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/libb/keycard_link.go

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
//
2+
// Library:
3+
// /src/libb/***
4+
// Program:
5+
// Keycard link between IPFSS and the official Keycard Go API
6+
// Possibly place the Go API in /src/libb/API or use git to retrieve the API at build for efficiency
7+
8+
9+
package main
10+
11+
import package (
12+
13+
)
14+
15+
func main (){
16+
17+
}

0 commit comments

Comments
 (0)