Address the remaining review comments

pull/55/head
Çağlar Onur 3 years ago committed by Çağlar Onur
parent 053989c77c
commit 0de3494d49
No known key found for this signature in database
GPG Key ID: 97DC0A9223E81DE4

@ -12,7 +12,7 @@ import (
) )
var ( var (
displayVariantMap = []string{ displayVariantMap = [...]string{
"", "",
"Red pHAT (High-Temp)", "Red pHAT (High-Temp)",
"Yellow wHAT", "Yellow wHAT",

@ -1,6 +1,7 @@
// Copyright 2023 The Periph Authors. All rights reserved. // Copyright 2023 The Periph Authors. All rights reserved.
// Use of this source code is governed under the Apache License, Version 2.0 // Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file. // that can be found in the LICENSE file.
package inky package inky
//go:generate stringer -type=Model,Color,ImpressionColor -output types_string.go //go:generate stringer -type=Model,Color,ImpressionColor -output types_string.go

Loading…
Cancel
Save