Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

在html页面,手动考入代码,换行全部没有,缩成一行了。 #318

Open
cxasm opened this issue Sep 29, 2020 · 0 comments
Open

Comments

@cxasm
Copy link

cxasm commented Sep 29, 2020

在html页面,手动考入代码:

package main

import (
    "fmt"
)

func printBytes(s string) {
    for i:= 0; i < len(s); i++ {
        fmt.Printf("%x ", s[i])
    }
}

func main() {
    name := "Hello World"
    printBytes(name)
}

显示就乱了,代码的缩进和换行全部在一行。在官网上面4.11的也没有解决。
目前感觉没有人维护了一样,这玩意可以用,但是用起来很老火,一大堆小问题。

by the way:有其它开发者在维护其它分支吗?有好的分支没,咱们转移过去维护,虽然我是做后端的。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant