Skip to content

Commit 9f58fc5

Browse files
committed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extra/usagecalculator/features.go extra/resourceconsumption/features.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package usagecalculator
1+
package resourceconsumption
22

33
import (
44
"errors"

extra/usagecalculator/models.go extra/resourceconsumption/models.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package usagecalculator
1+
package resourceconsumption
22

33
type Feature struct {
44
Id string `polycode:"id" json:"id"`

0 commit comments

Comments
 (0)