File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99)
1010
1111// Example output:
12- // var SupportedTaxDepartment = map[ConstitutionSubjectCode ]TaxDepart{
12+ // var SupportedTaxDepartments = map[ConstitutionRegionCode ]TaxDepart{
1313// 0: {
1414// Name: "ФНС России",
1515// },
@@ -33,7 +33,7 @@ func main() {
3333 }()
3434
3535 fmt .Println ("package main" , "\n " )
36- fmt .Println ("var SupportedTaxDepartment = map[ConstitutionSubjectCode ]TaxDepart{" )
36+ fmt .Println ("var SupportedTaxDepartments = map[ConstitutionRegionCode ]TaxDepart{" )
3737
3838 scanner := bufio .NewScanner (file )
3939 var code int
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ func main() {
2424 checkErr (err )
2525
2626 var i int
27- fmt .Println ("var SupportedSubjectsCodes = map[ConstitutionSubjectCode ]string{" )
27+ fmt .Println ("var SupportedRegionsCodes = map[ConstitutionRegionCode ]string{" )
2828 doc .Find (".doc-table" ).Each (func (_ int , s * goquery.Selection ) {
2929 s .Find ("td" ).Each (func (_ int , s * goquery.Selection ) {
3030 if i % 2 == 0 {
You can’t perform that action at this time.
0 commit comments