Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
interface-go-dms3-core
c1e241f73b853d5b8626125d24f8346c6331622b
c1e241f73b853d5b8626125d24f8346c6331622b
Switch branch/tag
interface-go-dms3-core
util.go
Find file
Normal view
History
Permalink
util.go
85 Bytes
Edit
Web IDE
Newer
Older
coreapi: split the interface into multiple files
Łukasz Magiera
committed
Mar 10, 2018
1
2
3
4
5
6
7
8
9
10
package
iface
import
(
"io"
)
type
Reader
interface
{
io
.
ReadSeeker
io
.
Closer
}