Coder Social home page Coder Social logo

thinkgo's Issues

Content-Type header is not set according to context.Response

Created a new context.Response with content-type 'text/css', but the content-type header emitted is 'text/plain'. Which results in the browser ignoring the file as a stylesheet.

func StyleSheet(req *context.Request) thinkgo.Response {
	data := map[string]interface{}{}
	rsp := thinkgo.Render("common.css", data)
	rsp.SetContentType("text/css")
	return rsp
}

curl:

< HTTP/1.1 200 OK
< Date: Tue, 15 Jan 2019 16:29:00 GMT
< Content-Type: text/plain; charset=utf-8
< Transfer-Encoding: chunked

Doesn't work with Go Mod?

Go mod can't find think package
cannot find module providing package github.com/thinkoner/thinkgo/think

How to build/run it?

This may sound stupid but I could not figure out how to build/run this. I added main.go but get some error.


~/go/src/thinkgo$ go build
can't load package: package thinkgo: found packages main (main.go) and thinkgo (pipeline.go) in /home/pc/go/src/thinkgo

go.mod:

module thinkgo

go 1.14

require (
	github.com/forgoer/thinkgo v1.0.0
	github.com/gomodule/redigo v2.0.0+incompatible
	github.com/stretchr/testify v1.5.1
)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.