# README
xmodules/material for Xamboo - GO
The material package contains a set of tables and structures to manage materials for recipes, tips, do-it-yourself, vuilder processes, unitary costs, and anything that can use materials.
Version Changes Control
v0.0.1 - 2020-05-08
- Compatible with xmodule context standard
v0.0.0 - 2020-03-05
- Support for multithread context implemented
v0.0.0 - 2020-01-23
- BuildCaches is now on parallel thread
v0.0.0 - 2020-01-03
- This document added
- Need xmodules/context to work
- Need xmodules/translation to work
- Improvements in creation of modules and tables
- Some bugs corrected in the dump of the data
v0.0.0 - 2019-12-18
- First release of module
Manual:
I. Materials
Intro
- Overview
Example:
import "github.com/webability-go/xmodules/material"
- Reference
To use the package:
import "github.com/webability-go/xmodules/material"