Skip to content
Snippets Groups Projects
Select Git revision
  • 657d5044447a11b01286078da2008101f89976a7
  • master default protected
  • 1.31
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
  • 4.32.0
  • 4.31.0
  • 4.30.1
  • 4.30.0
  • 4.29.1
  • 4.29.0
  • 4.28.0
  • 4.27.0
  • 4.26.0
  • 4.25.5
  • 4.25.4
  • 4.25.3
  • 4.25.2
  • 4.25.1
23 results

confirm-button.mjs

Blame
  • build.go 369 B
    // Copyright 2023 schukai GmbH
    // SPDX-License-Identifier: AGPL-3.0
    
    package document
    
    type BuildEnvironment struct {
    	SourcePath string
    	DateFormat string
    }
    
    //func Build(env BuildEnvironment) error {
    //	dateFormat = env.DateFormat
    //
    //	definitions, err := getFiles(env.SourcePath)
    //	if err != nil {
    //		return err
    //	}
    //	fmt.Println(definitions)
    //	return nil
    //}