Go 여러줄 문자열

1 개요[ | ]

Go multiline string
Go 여러줄 문자열
package main

import "fmt"

func main() {
    str := `This is a
multiline
string.`
    fmt.Println(str)
}

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}