mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2025-02-16 13:43:13 +03:00
remove empty dir
This commit is contained in:
parent
284a608419
commit
add873889d
@ -1,12 +0,0 @@
|
||||
package main
|
||||
|
||||
// https://medium.com/@matryer/golang-advent-calendar-day-seventeen-io-reader-in-depth-6f744bb4320b
|
||||
|
||||
// Take io.Reader when you can
|
||||
// If you’re designing a package or utility (even if it’s an internal thing that nobody will ever see)
|
||||
// rather than taking in strings or []byte slices, consider taking in an io.Reader if you can for data sources.
|
||||
// Because suddenly, your code will work with every type that implements io.Reader.
|
||||
|
||||
func main() {
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user