tangled
alpha
login
or
join now
tulkdan.dev
/
Languages
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Languages
/
Go
/
design-patterns
/
prototype
/
inode.go
at
main
80 B
view raw
1
package
prototype
2
3
type
Inode
interface
{
4
print
(
string
)
5
clone
(
)
Inode
6
}