go fmt
This commit is contained in:
		@@ -3,8 +3,8 @@ package attribute
 | 
				
			|||||||
import "gitlab.codemonkeysoftware.net/b/hatmill"
 | 
					import "gitlab.codemonkeysoftware.net/b/hatmill"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func Accesskey(value rune) hatmill.Attrib {
 | 
					func Accesskey(value rune) hatmill.Attrib {
 | 
				
			||||||
    return hatmill.Attrib {
 | 
						return hatmill.Attrib{
 | 
				
			||||||
        Key: "accesskey",
 | 
							Key:   "accesskey",
 | 
				
			||||||
        Value: string([]rune{value}),
 | 
							Value: string([]rune{value}),
 | 
				
			||||||
    }
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user