1 2 3 4 5 6
package template const ( DefaultMarkerStart = "<!-- MD_CONTENT_START -->" DefaultMarkerEnd = "<!-- MD_CONTENT_END -->" )