//
pkg.gl
Category
github.com/joe-degs/golang-journey
basixs
type_system
package
0.0.0-20220327221620-c1b9911099bd
Repository:
https://github.com/joe-degs/golang-journey.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
37 SLOC
#
Structs
File
type embedding is kinda confusing if you introduce pointers into the picture so here i am trying to understand how the *os.File does this seamlessly by emulating their techniques.