Versions in this module Expand all Collapse all v1 v1.0.2 Dec 1, 2021 v1.0.1 Nov 30, 2021 v1.0.0 Nov 19, 2021 Changes in this version + type TsFile struct + func New(filename string) *TsFile + func (f *TsFile) AddCode(newSourceCode string) + func (f *TsFile) Name() string + func (f *TsFile) Save(headerTitle, folder string) error + func (f *TsFile) SourceCode(headerTitle string) []byte