frictionlessdata / tableschema-go

A Go library for working with Table Schema.
MIT License
46 stars 10 forks source link

Create a "constructor" for Field #55

Open danielfireman opened 7 years ago

danielfireman commented 7 years ago

There are cases where the Field struct needs to have some processing:

To embrace those cases, we should create a kind of constructor which receives a field struct and some other parameters and other parameters and updates the field internal state.