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
2 files
+ 2
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -2,10 +2,10 @@ package test
import "fmt"
func foo() {
func Foo() {
fmt.Println("Test function1")
}
func bar() {
func Bar() {
fmt.Println("Test function2")
}
Loading