Skip to content

Commit

Permalink
Forgot to change the package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Flonja committed Oct 23, 2023
1 parent 955907f commit de7e2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion light.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package golightmyroom

import "image/color"

Expand Down
2 changes: 1 addition & 1 deletion temperature.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package golightmyroom

const (
TemperatureDefault = 2732
Expand Down

0 comments on commit de7e2e7

Please sign in to comment.