mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-06 04:36:15 +02:00
cmd/containerboot: fix some lint.
Signed-off-by: David Anderson <danderson@tailscale.com> (cherry picked from commit a469ec8ff6dda61c7564be4b49cef1e62c28c5ac)
This commit is contained in:
parent
682abd94ba
commit
97e3919a83
@ -84,7 +84,7 @@ func storeDeviceID(ctx context.Context, secretName, deviceID string) error {
|
||||
}
|
||||
|
||||
m := map[string]map[string]string{
|
||||
"stringData": map[string]string{
|
||||
"stringData": {
|
||||
"device_id": deviceID,
|
||||
},
|
||||
}
|
||||
|
||||
@ -688,7 +688,7 @@ func (k *kubeServer) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
case "GET":
|
||||
w.Header().Set("Content-Type", "application/json")
|
||||
ret := map[string]map[string]string{
|
||||
"data": map[string]string{},
|
||||
"data": {},
|
||||
}
|
||||
k.Lock()
|
||||
defer k.Unlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user