From 8bf0bc2754a4e168268a4d90a18f10063ab8c8c8 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 3 Feb 2011 11:55:33 -0800 Subject: [PATCH] fmt: document %% R=rsc, gri CC=golang-dev https://golang.org/cl/4130044 --- src/pkg/fmt/doc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pkg/fmt/doc.go b/src/pkg/fmt/doc.go index 03800aa47a..b717b7f279 100644 --- a/src/pkg/fmt/doc.go +++ b/src/pkg/fmt/doc.go @@ -16,6 +16,7 @@ when printing structs, the plus flag (%+v) adds field names %#v a Go-syntax representation of the value %T a Go-syntax representation of the type of the value + %% a literal percent sign; consumes no value Boolean: %t the word true or false -- 2.50.0