duanlou2917 2013-09-19 06:57
浏览 51
已采纳

在Go中安装exp / html

It looks like Go doesn't support HTML web parsing tools/packages yet, despite it already providing XML scraping via encoding/xml. So how can I install exp/html package in Go?

As far as I know, all the answers, at least I stumbled upon on the Web with 10 minutes worth of searching, didn't return the correct answer; when I tried to run those, I got the error cannot find package XXX in YYY or no Go source files in XXX.

So as of now, can I install it without re-compling and setting the whole Go environment from scratch? Or am I missing something?

I'm on OS X 10.8 and run Go version 1.1, which I installed from OS X package installer.

For your information, these code didn't make it.

go get code.google.com/p/go/src/pkg/exp/html
go get code.google.com/p/go.exp/inotify

Thanks.

  • 写回答

2条回答 默认 最新

  • dtp0760 2013-09-19 07:25
    关注

    I just tried:

    go get code.google.com/p/go.net/html
    

    and it seemed to work.

    I have a feeling it's been moved from the exp library to the new net library.

    EDIT: Documentation & browseable repo.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类