Skip to content
Snippets Groups Projects

Use webpack for bundling JS libs and move Golang code related to Iframe generation there

Merged Igor Markin requested to merge feature-vcl-webpack-bundle into master
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
test/test.go 0 → 100644
+ 7
0
package test
import "fmt"
func testTest() {
fmt.Println("Test function2")
}
Loading