Bladeren bron

typo error and TODO

master
Patrick Peng Sun 8 jaren geleden
bovenliggende
commit
df1eaebfff
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. +2
    -1
      main.go

+ 2
- 1
main.go Bestand weergeven



//PathsConfig all system available pathes //PathsConfig all system available pathes
type PathsConfig struct { type PathsConfig struct {
CRMAttachment string `json:"crm_attachmeng"`
CRMAttachment string `json:"crm_attachment"`
Angular2App string `json:"angular2_app"` Angular2App string `json:"angular2_app"`
} }


//TODO: setup GlobalPath Config, from reading file
//GlobalPath all global pathes configurations //GlobalPath all global pathes configurations
var GlobalPath = PathsConfig{ var GlobalPath = PathsConfig{
"/tmp/", "/tmp/",

Laden…
Annuleren
Opslaan