Skip to content

XCore v2.0.2

Compare
Choose a tag to compare
@metalwolf metalwolf released this 30 Mar 00:46
· 39 commits to master since this release
cf37d7c

The XCore package is used to build basic object for programmation. for the WebAbility compatility code
For GO, the actual existing code includes:

  • XCache: Application Memory Caches, thread safe.
  • XDataset: Basic nested data structures for any purpose (template injection, configuration files, database records, etc) Support thread safe operations on thread safe structures (XDatasetTS and XDatasetCollectionTS)
  • XLanguage: language dependent text tables, thread safe
  • XTemplate: template system with meta language, thread safe cloning

This release to adjust requirements for github and go modules v2